mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-apsw: update to 3.30.1r1.
This commit is contained in:
parent
6b24f153d7
commit
529c613fe2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-apsw'
|
# Template file for 'python-apsw'
|
||||||
pkgname=python-apsw
|
pkgname=python-apsw
|
||||||
_distver=3.29.0
|
_distver=3.30.1
|
||||||
_patchver=r1
|
_patchver=r1
|
||||||
version=${_distver}${_patchver}
|
version=${_distver}${_patchver}
|
||||||
revision=1
|
revision=1
|
||||||
|
@ -9,12 +9,12 @@ build_style=python-module
|
||||||
hostmakedepends="python-devel python3-devel"
|
hostmakedepends="python-devel python3-devel"
|
||||||
makedepends="python-devel python3-devel sqlite-devel"
|
makedepends="python-devel python3-devel sqlite-devel"
|
||||||
short_desc="Another Python SQLite Wrapper (Python2)"
|
short_desc="Another Python SQLite Wrapper (Python2)"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="Zlib"
|
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=a5715b4ff614d6bc3b19dcd73e54d5ba0c5340cdae6141ef6dd1e09b289bf7f7
|
checksum=5b7adbc5aa6bc0b186d32ff813a1248817470da78dc9ebf4efc4ff0b475372dd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue