summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc59eeccb5c4..8be05503c95b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = pkgbrowser
arch = x86_64
license = GPL2
depends = pacman>=4
+ depends = python2>=2.7
depends = python2-pyqt
source = http://pkgbrowser.googlecode.com/files/pkgbrowser-0.8.tar.gz
md5sums = aa2a34a7ef4049363357c5b88b4106f7
diff --git a/PKGBUILD b/PKGBUILD
index 0ca448518e9e..2a994cd7731e 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' 'python2-pyqt')
+depends=('pacman>=4' 'python2>=2.7' 'python2-pyqt')
install="$pkgname.install"
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")