summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkachelaqa2013-04-05 19:34:03 +0100
committerkachelaqa2013-04-05 19:34:03 +0100
commit2140d33d2974d4c63088bf484352624be2df01d4 (patch)
tree0aa7c89802e136696ea21852fcbfc469893de4f1 /PKGBUILD
parent3fbf27b273ae1e4e2a6194d62a322d00fabc92b1 (diff)
downloadaur-2140d33d2974d4c63088bf484352624be2df01d4.tar.gz
updated the dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa584b082a7e..9c6109ddc2c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='pkgbrowser'
pkgver=0.12
-pkgrel=1
+pkgrel=2
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>=2.7' 'python2-pyqt')
+depends=('pacman<4.1' 'python2>=2.7' 'python2-pyqt')
install="$pkgname.install"
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")