summaryrefslogtreecommitdiffstats
path: root/testing/py-sip
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-17 08:30:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-17 08:59:38 +0000
commitbdb23642043b9c499f1baed8dc556be342fdd243 (patch)
treefdde261a717eee0c8ba92232db677c4cdf4c5d53 /testing/py-sip
parent602053c9e4b09db6dcf70d737e6403f896d83f03 (diff)
downloadaports-bdb23642043b9c499f1baed8dc556be342fdd243.tar.bz2
aports-bdb23642043b9c499f1baed8dc556be342fdd243.tar.xz
testing/py-sip: upgrade to 4.14
Diffstat (limited to 'testing/py-sip')
-rw-r--r--testing/py-sip/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-sip/APKBUILD b/testing/py-sip/APKBUILD
index 1fc785ab3..5f979697d 100644
--- a/testing/py-sip/APKBUILD
+++ b/testing/py-sip/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=py-sip
_pkgname=sip
-pkgver=4.13.2
+pkgver=4.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/"
@@ -13,7 +13,7 @@ depends_dev="python-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev"
-source="http://www.riverbankcomputing.com/static/Downloads/sip4/${_pkgname}-${pkgver}.tar.gz"
+source="http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz"
_builddir="$srcdir"/$_pkgname-$pkgver
build() {
cd "$_builddir"
@@ -27,4 +27,4 @@ package() {
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE
}
-md5sums="5a12ea8e8a09b879ed2b3817e30fbc84 sip-4.13.2.tar.gz"
+md5sums="9a48ad975e04ac824188840ea498ac32 sip-4.14.tar.gz"