diff options
Diffstat (limited to 'testing/py-qt/APKBUILD')
-rw-r--r-- | testing/py-qt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-qt/APKBUILD b/testing/py-qt/APKBUILD index 6cd6361a4..493de9d57 100644 --- a/testing/py-qt/APKBUILD +++ b/testing/py-qt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=py-qt _pkgname=PyQt -pkgver=4.8.5 +pkgver=4.9.1 pkgrel=0 pkgdesc="A set of Python bindings for the Qt toolkit" url="http://riverbankcomputing.co.uk/software/pyqt/intro" @@ -29,4 +29,4 @@ package(){ make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install } -md5sums="0e4264bb912edfbda319bb236ac84407 PyQt-x11-gpl-4.8.5.tar.gz" +md5sums="7f495dc49f71e3bfb64bf942e0d8bb3c PyQt-x11-gpl-4.9.1.tar.gz" |