aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-sip
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-01-26 07:41:56 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-01-26 10:09:50 +0000
commitecba6541d628093d2aa408e5e42e332f93f69b42 (patch)
treebef7919a95e36ddcce3703d74e6f60f99e036a42 /community/py-sip
parent3ba7f7929d202134ab7943eb6713a14ee6b7390e (diff)
downloadaports-ecba6541d628093d2aa408e5e42e332f93f69b42.tar.bz2
aports-ecba6541d628093d2aa408e5e42e332f93f69b42.tar.xz
community/py-sip: upgrade to 4.19.7
Diffstat (limited to 'community/py-sip')
-rw-r--r--community/py-sip/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-sip/APKBUILD b/community/py-sip/APKBUILD
index 241ee0a6b5..95fe238871 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.6
+pkgver=4.19.7
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/sip/sip-$pkgver/sip-$pkgver.tar.gz"
+source="https://sourceforge.net/projects/pyqt/files/$_pkgname/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
prepare() {
@@ -60,4 +60,4 @@ _py() {
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE
}
-sha512sums="1bfd2da8b0ece6156aa94713d5e9ced6226b7f49427ca4a11b65452a67e9c740b93a1f90c00a0636d4eef8a31324988a84373c15194f64774b6f8c084d0464f7 sip-4.19.6.tar.gz"
+sha512sums="0cead34e129d25ee3d908e503a3853289bbfd77c58c563a2046ce7b65bd8f0b318b20af72346cbf4cb7a17e76c9c1374f686b5dabc284d7247897a1648c15f97 sip-4.19.7.tar.gz"