summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkachelaqa2013-09-03 01:46:48 +0100
committerkachelaqa2013-09-03 01:46:48 +0100
commitc1435ac59d06ba4e746ac2a500c90590d6a1bb78 (patch)
tree4964ca4fa2661d4deaf359ed8281762ae192dbe3
parentb86b687ac184e07b792b195446125d56eac6f914 (diff)
downloadaur-c1435ac59d06ba4e746ac2a500c90590d6a1bb78.tar.gz
changed the dependencies for the port to python3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56200a1cd28a..cc80357c7aa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,8 @@ pkgbase = pkgbrowser
license = GPL2
depends = pacman>=4.1
depends = pacman<4.2
- depends = python2>=2.7
- depends = python2-pyqt4
+ depends = python>=3.2
+ depends = python-pyqt4
source = http://pkgbrowser.googlecode.com/files/pkgbrowser-0.15.tar.gz
md5sums = 52a1d735513cd2537b66b4e4d2022793
diff --git a/PKGBUILD b/PKGBUILD
index 506a1397922b..88105b26e715 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.1' 'pacman<4.2' 'python2>=2.7' 'python2-pyqt4')
+depends=('pacman>=4.1' 'pacman<4.2' 'python>=3.2' 'python-pyqt4')
install="$pkgname.install"
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
md5sums=('52a1d735513cd2537b66b4e4d2022793')