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