python-apsw: update to 3.22.0r1.
This commit is contained in:
parent
322767a1b5
commit
bcca6a7b85
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-apsw'
|
||||
pkgname=python-apsw
|
||||
_distver=3.21.0
|
||||
_distver=3.22.0
|
||||
_patchver=r1
|
||||
version=${_distver}${_patchver}
|
||||
revision=1
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-devel python3-devel"
|
|||
makedepends="python-devel python3-devel sqlite-devel"
|
||||
short_desc="Another Python SQLite Wrapper (Python2)"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
license="zlib"
|
||||
license="Zlib"
|
||||
homepage="https://github.com/rogerbinns/apsw"
|
||||
distfiles="${homepage}/archive/${_distver}-${_patchver}.tar.gz"
|
||||
checksum=cb9eda38c5835d384e5bdcabeda89c741abda4eeeaaf79d8e25ce6835cb6c51e
|
||||
checksum=4ac5a9a66b5dd0c11987bff0cc3bd94733e89da26b1cfa4037a36a3ba8392615
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue