Merge pull request #3777 from bra1nwave/python-apsw
python-apsw: update to 3.11.1r1.
This commit is contained in:
commit
53748bda81
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue