summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkachelaqa2012-03-10 01:12:05 +0000
committerkachelaqa2012-03-10 01:12:05 +0000
commit2cec1ba8560a260a43eab5821af3e87fe90d1b9b (patch)
tree7270fdb40e3df1bee3aede54c83def5991b220b0
parentf9a676549cce270545804d7c1b2a86ccde5f908f (diff)
downloadaur-2cec1ba8560a260a43eab5821af3e87fe90d1b9b.tar.gz
changed the dependencies so that python-2.7 is required
-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")