python-apsw: update to 3.31.1r1.

This commit is contained in:
bra1nwave 2020-03-04 20:08:26 +01:00 committed by Jürgen Buchmüller
parent cc686a90c0
commit d47ec48f30

View file

@ -1,9 +1,9 @@
# Template file for 'python-apsw' # Template file for 'python-apsw'
pkgname=python-apsw pkgname=python-apsw
_distver=3.30.1 _distver=3.31.1
_patchver=r1 _patchver=r1
version=${_distver}${_patchver} version=${_distver}${_patchver}
revision=2 revision=1
wrksrc="apsw-${_distver}-${_patchver}" wrksrc="apsw-${_distver}-${_patchver}"
build_style=python-module build_style=python-module
hostmakedepends="python-devel python3-devel" hostmakedepends="python-devel python3-devel"
@ -14,7 +14,7 @@ license="Zlib"
homepage="https://github.com/rogerbinns/apsw" homepage="https://github.com/rogerbinns/apsw"
changelog="https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/changes.rst" changelog="https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/changes.rst"
distfiles="${homepage}/archive/${_distver}-${_patchver}.tar.gz" distfiles="${homepage}/archive/${_distver}-${_patchver}.tar.gz"
checksum=5b7adbc5aa6bc0b186d32ff813a1248817470da78dc9ebf4efc4ff0b475372dd checksum=9906788d613396e3fdebac196d051cf18a22f30fb9c6674ff050646c942e1eb8
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE