diff options
Diffstat (limited to 'testing/py-sip/APKBUILD')
-rw-r--r-- | testing/py-sip/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-sip/APKBUILD b/testing/py-sip/APKBUILD index 1fc785ab34..5f979697db 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" |