python-apsw: update to 3.26.0r1.

This commit is contained in:
bra1nwave 2019-01-08 11:22:57 +01:00 committed by maxice8
parent a4ad0879d0
commit 2571ff07c2

View file

@ -1,6 +1,6 @@
# Template file for 'python-apsw' # Template file for 'python-apsw'
pkgname=python-apsw pkgname=python-apsw
_distver=3.25.2 _distver=3.26.0
_patchver=r1 _patchver=r1
version=${_distver}${_patchver} version=${_distver}${_patchver}
revision=1 revision=1
@ -13,7 +13,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
license="Zlib" license="Zlib"
homepage="https://github.com/rogerbinns/apsw" homepage="https://github.com/rogerbinns/apsw"
distfiles="${homepage}/archive/${_distver}-${_patchver}.tar.gz" distfiles="${homepage}/archive/${_distver}-${_patchver}.tar.gz"
checksum=5a54f673a8a878d31e530ef2ce7faf679545f2cdff7dd0a3b1ce58187bfb1cf7 checksum=77e5722dbc169f9e1191cab4b108977bb9e927a4cd512332dde20b1196e70b36
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
@ -22,7 +22,7 @@ post_install() {
python3-apsw_package() { python3-apsw_package() {
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove "usr/lib/python3*"
vlicense LICENSE vlicense LICENSE
} }
} }