diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-09 12:07:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-09 12:07:41 +0000 |
commit | 586420c99c09c80c5db3889404ef3c80b16a49b2 (patch) | |
tree | b22d64b8e55155b73612670f742eeb0f3ab2ec75 /testing/py-qt | |
parent | ba339b7e2c6a23e6b58b09d782e3b80e6be04930 (diff) | |
download | aports-586420c99c09c80c5db3889404ef3c80b16a49b2.tar.bz2 aports-586420c99c09c80c5db3889404ef3c80b16a49b2.tar.xz |
testing/py-qt: upgrade to 4.8.5
Diffstat (limited to 'testing/py-qt')
-rw-r--r-- | testing/py-qt/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-qt/APKBUILD b/testing/py-qt/APKBUILD index d99300cc47..6cd6361a40 100644 --- a/testing/py-qt/APKBUILD +++ b/testing/py-qt/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=py-qt _pkgname=PyQt -pkgver=4.8.4 -pkgrel=2 +pkgver=4.8.5 +pkgrel=0 pkgdesc="A set of Python bindings for the Qt toolkit" url="http://riverbankcomputing.co.uk/software/pyqt/intro" arch="all" @@ -29,4 +29,4 @@ package(){ make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install } -md5sums="97c5dc1042feb5b3fe20baabad055af1 PyQt-x11-gpl-4.8.4.tar.gz" +md5sums="0e4264bb912edfbda319bb236ac84407 PyQt-x11-gpl-4.8.5.tar.gz" |