summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")