python-apsw: update to 3.11.1r1.

This commit is contained in:
bra1nwave 2016-03-07 17:23:56 +01:00
parent 955b368200
commit fbcfe1faa6

View file

@ -1,8 +1,10 @@
# Template file for 'python-apsw'
pkgname=python-apsw
version=3.11.0
_distver=3.11.1
_patchver=r1
version=${_distver}${_patchver}
revision=1
wrksrc="apsw-${version}-r1"
wrksrc="apsw-${_distver}-${_patchver}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-devel python3.4-devel"
@ -11,8 +13,8 @@ short_desc="Another Python SQLite Wrapper (Python2)"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="MIT"
homepage="https://github.com/rogerbinns/apsw"
distfiles="https://github.com/rogerbinns/apsw/archive/${version}-r1.tar.gz"
checksum=acd0935c760ca76afe169bb0babdc3b530c877e4d7a992df7eba800046f4ab9e
distfiles="https://github.com/rogerbinns/apsw/archive/${_distver}-${_patchver}.tar.gz"
checksum=503b4975c00a66e6f5aa5f4593a4141ef8f71c11928bc3e7d6a356e5476878e2
post_install() {
vlicense LICENSE