python-apsw: update to 3.11.1r1.
This commit is contained in:
parent
955b368200
commit
fbcfe1faa6
1 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'python-apsw'
|
# Template file for 'python-apsw'
|
||||||
pkgname=python-apsw
|
pkgname=python-apsw
|
||||||
version=3.11.0
|
_distver=3.11.1
|
||||||
|
_patchver=r1
|
||||||
|
version=${_distver}${_patchver}
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="apsw-${version}-r1"
|
wrksrc="apsw-${_distver}-${_patchver}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-devel python3.4-devel"
|
hostmakedepends="python-devel python3.4-devel"
|
||||||
|
@ -11,8 +13,8 @@ short_desc="Another Python SQLite Wrapper (Python2)"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/rogerbinns/apsw"
|
homepage="https://github.com/rogerbinns/apsw"
|
||||||
distfiles="https://github.com/rogerbinns/apsw/archive/${version}-r1.tar.gz"
|
distfiles="https://github.com/rogerbinns/apsw/archive/${_distver}-${_patchver}.tar.gz"
|
||||||
checksum=acd0935c760ca76afe169bb0babdc3b530c877e4d7a992df7eba800046f4ab9e
|
checksum=503b4975c00a66e6f5aa5f4593a4141ef8f71c11928bc3e7d6a356e5476878e2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue