aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-sip/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-sip/APKBUILD')
-rw-r--r--community/py-sip/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/py-sip/APKBUILD b/community/py-sip/APKBUILD
index 65a8a8f878e..71718d8809a 100644
--- a/community/py-sip/APKBUILD
+++ b/community/py-sip/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py-sip
_pkgname=sip
-pkgver=4.19.13
+pkgver=4.19.14
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/"
@@ -10,7 +10,7 @@ arch="all"
license="custom:sip"
makedepends="python2-dev python3-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3 $pkgname-dev"
-source="https://sourceforge.net/projects/pyqt/files/$_pkgname/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz"
+source="https://www.riverbankcomputing.com/static/Downloads/${_pkgname}/${_pkgname}-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
prepare() {
@@ -55,9 +55,10 @@ _py() {
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$srcdir/$python"
make DESTDIR="$pkgdir" install
+ chmod +x "$pkgdir"/usr/bin/sip
mkdir -p "$subpkgdir"/usr/lib
mv "$pkgdir"/usr/lib/${python}.* "$subpkgdir"/usr/lib/
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE
}
-sha512sums="eb456e1f7efa463f859047acc5301e19279e1627629d0bad3ac7a0a52b77575126bc3f2c64bb4278ae11d415c13d2731dfc8c816bba71307173d393a414aae98 sip-4.19.13.tar.gz"
+sha512sums="afde261331f38eac863d8cea0e343649f460f0b9a603d7fe91f14583904ea4b488bbd88d20fad5c985c43c6c1683fffee38676d94831ac8f2de40d9ed4d0423e sip-4.19.14.tar.gz"