aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-06 18:50:12 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-06 18:50:12 +0000
commitbad8194b1e3e69800be553e92f77700f836600e5 (patch)
tree8c43f88d54b87e1f481de3c19ace00b34e6da4a9 /community
parent03e0703934571238d04124c8eda4e6d89e295865 (diff)
downloadaports-bad8194b1e3e69800be553e92f77700f836600e5.tar.bz2
aports-bad8194b1e3e69800be553e92f77700f836600e5.tar.xz
community/py-sip: upgrade to 4.19.15
Diffstat (limited to 'community')
-rw-r--r--community/py-sip/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py-sip/APKBUILD b/community/py-sip/APKBUILD
index c1a5d2706a..bfb7e79066 100644
--- a/community/py-sip/APKBUILD
+++ b/community/py-sip/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py-sip
_pkgname=sip
-pkgver=4.19.14
-pkgrel=1
+pkgver=4.19.15
+pkgrel=0
pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
url="http://www.riverbankcomputing.com/software/sip/"
arch="all"
@@ -11,7 +11,7 @@ license="custom:sip"
makedocdepends="py-sphinx"
makedepends="python2-dev python3-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3 $pkgname-dev::noarch $pkgname-doc"
-source="https://www.riverbankcomputing.com/static/Downloads/${_pkgname}/${_pkgname}-$pkgver.tar.gz"
+source="https://www.riverbankcomputing.com/static/Downloads/${_pkgname}/$pkgver/${_pkgname}-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
prepare() {
@@ -58,4 +58,4 @@ _py() {
mv "$pkgdir"/usr/lib/${python}.* "$subpkgdir"/usr/lib/
}
-sha512sums="afde261331f38eac863d8cea0e343649f460f0b9a603d7fe91f14583904ea4b488bbd88d20fad5c985c43c6c1683fffee38676d94831ac8f2de40d9ed4d0423e sip-4.19.14.tar.gz"
+sha512sums="9518a5e90d54758b13dd8752669d4deb175cea8d8cdf810deaf554cd157d32ab7e394d23c774993fac3b7c02d56445b80962457d59f5cda543917a0251816422 sip-4.19.15.tar.gz"