diff --git a/community/py3-sip/APKBUILD b/community/py3-sip/APKBUILD index b94f2b7f8fa..93e52489e05 100644 --- a/community/py3-sip/APKBUILD +++ b/community/py3-sip/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Francesco Colista 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"