diff --git a/srcpkgs/python-apsw/template b/srcpkgs/python-apsw/template index 0c9b1ebbb04..1d9673fe872 100644 --- a/srcpkgs/python-apsw/template +++ b/srcpkgs/python-apsw/template @@ -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 " 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 } }