python3-minidb: update to 2.0.2
This commit is contained in:
parent
4072a625c0
commit
ac9328b19e
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-minidb'
|
# Template file for 'python3-minidb'
|
||||||
pkgname=python3-minidb
|
pkgname=python3-minidb
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="minidb-${version}"
|
wrksrc="minidb-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="minidb"
|
pycompile_module="minidb.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Simple SQLite3 store for Python objects"
|
short_desc="Simple SQLite3 store for Python objects"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://thp.io/2010/minidb/"
|
homepage="https://thp.io/2010/minidb/"
|
||||||
distfiles="https://github.com/thp/minidb/archive/${version}.tar.gz"
|
distfiles="https://github.com/thp/minidb/archive/${version}.tar.gz"
|
||||||
checksum=3e245ab0254d84fa3c9c96c43f1ca7290918c53d7df7c2391e50786dbb4f42f6
|
checksum=40a1992281dbfb63a90616db328c1babc3aabadd8844fdd676369e8df09d3b9f
|
||||||
replaces="python3.4-minidb>=0"
|
replaces="python3.4-minidb>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue