diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-11-22 03:00:17 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-11-22 03:00:17 +0000 |
commit | 32fd46f5053009f69559fe75dc5b6a5d2b641958 (patch) | |
tree | fed55d19afc63113e8630ac3d315d56167fdb9dd /community/py3-sip | |
parent | 346b1f4abdb797c3b797b075ce7df8ae8abf17ea (diff) | |
download | aports-32fd46f5053009f69559fe75dc5b6a5d2b641958.tar.bz2 aports-32fd46f5053009f69559fe75dc5b6a5d2b641958.tar.xz |
community/py3-sip: upgrade to 4.19.5
Diffstat (limited to 'community/py3-sip')
-rw-r--r-- | community/py3-sip/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py3-sip/APKBUILD b/community/py3-sip/APKBUILD index b94f2b7f8f..93e52489e0 100644 --- a/community/py3-sip/APKBUILD +++ b/community/py3-sip/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-sip _pkgname=sip -pkgver=4.19.2 +pkgver=4.19.5 pkgrel=0 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries. Python 3 package." url="http://www.riverbankcomputing.com/software/sip/" arch="all" license="custom:sip" makedepends="python3-dev" +# upstram does not provide test options="!check" replaces="py-sip" subpackages="$pkgname-dev" @@ -31,4 +32,4 @@ package() { install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE } -sha512sums="6f14f387a899130cf15820d2b58d937d134a2eefd53c65a82af060e88a6ca039442b21f822880c4a3742d6f26328853a552239873c55d7b22de62a6cc5037b3e sip-4.19.2.tar.gz" +sha512sums="15d0c0daacf11534a61cd3961613e0015afb9f61fd484094008d1b3d344765d03a2bed2eb08c92a347bbe6868622ab1f7dc0a3bd3e2e662a8e08a53ac8e88463 sip-4.19.5.tar.gz" |