summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkachelaqa2013-06-21 18:54:42 +0100
committerkachelaqa2013-06-21 18:54:42 +0100
commit1b92e8396fd8a09c35263f175dfe6085cce7e864 (patch)
tree07459ea997075ff1e1468c51d2e4fc118d96dfb5
parent105e850cbb6d58e32d94ab9c35dd002621143edd (diff)
downloadaur-1b92e8396fd8a09c35263f175dfe6085cce7e864.tar.gz
updated the dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31d43ce753ae..24324a7b870c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = pkgbrowser
depends = pacman>=4.1
depends = pacman<4.2
depends = python2>=2.7
- depends = python2-pyqt
+ depends = python2-pyqt4
source = http://pkgbrowser.googlecode.com/files/pkgbrowser-0.14.1.tar.gz
md5sums = 8381c7f749408a8905c5b84f688c525a
diff --git a/PKGBUILD b/PKGBUILD
index 06a795603cf1..9ada0d9c23bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A utility for browsing pacman databases and the AUR'
arch=('i686' 'x86_64')
url='http://code.google.com/p/pkgbrowser/'
license=('GPL2')
-depends=('pacman>=4.1' 'pacman<4.2' 'python2>=2.7' 'python2-pyqt')
+depends=('pacman>=4.1' 'pacman<4.2' 'python2>=2.7' 'python2-pyqt4')
install="$pkgname.install"
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
md5sums=('8381c7f749408a8905c5b84f688c525a')