summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkachelaqa2011-05-20 01:07:06 +0100
committerkachelaqa2011-05-20 01:07:06 +0100
commit4e90d2458af7f604356088d05af899a1d4247914 (patch)
treec114afa5004e59153f8311635be4f8b56b8c9d9a
parentd280225a302b4c7c90c0215f368ce48e7df8f9eb (diff)
downloadaur-4e90d2458af7f604356088d05af899a1d4247914.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 60e4e5c70624..9193630f13ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = pkgbrowser
arch = i686
arch = x86_64
license = GPL2
- depends = python2-qt
+ depends = python2-pyqt
source = http://pkgbrowser.googlecode.com/files/pkgbrowser-0.2.tar.gz
md5sums = e05d4ca774d3be8f5309da01f8b4069c
diff --git a/PKGBUILD b/PKGBUILD
index ca6ad18e3fd9..34fde51ee77a 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=('python2-qt')
+depends=('python2-pyqt')
install="$pkgname.install"
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")