git » pyalpm.git » commit 22ff110

python 3.4 rebuild

author Felix Yan
2014-03-17 03:45:42 UTC
committer Felix Yan
2014-03-17 03:45:42 UTC
parent e143756d0b163cc3b992302c4ed41fca3f17dfe2

python 3.4 rebuild

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 1771f8f..e029b00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
 
 pkgname=pyalpm
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Libalpm bindings for Python 3"
 arch=('i686' 'x86_64')
 url="http://projects.archlinux.org/users/remy/pyalpm.git/"
 license=('GPL')
-depends=('python>=3.2' 'pacman>=4.1')
+depends=('python>=3.4' 'pacman>=4.1')
 source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
 sha1sums=('15e9911c4f91d78e22e8dbd679177334707482d2')