summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkachelaqa2012-01-17 01:32:35 +0000
committerkachelaqa2012-01-17 01:32:35 +0000
commit42f5901dfca61905fc32ec43363212afcf5e66e5 (patch)
treec830bd8c188b52a994742e56ccd9d06c15fe1651 /PKGBUILD
parent0439e208476f67a74aa658e682a452a7def9eb2e (diff)
downloadaur-42f5901dfca61905fc32ec43363212afcf5e66e5.tar.gz
updated the dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9851d62ecb54..9f34f57b361a 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-pyqt')
install="$pkgname.install"
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")