git » pyalpm.git » commit 52178c1

pyalpm release 0.6 for pacman 4.1

author Rémy Oudompheng
2013-04-01 12:24:11 UTC
committer Rémy Oudompheng
2013-04-01 12:24:11 UTC
parent 6e5eed021fffd2c577c0d6dac2cfa68574d31888

pyalpm release 0.6 for pacman 4.1

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index c9d4204..c27973c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
 # Maintainer : Rémy Oudompheng <remy@archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.6
+pkgrel=1
 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')
+depends=('python>=3.2' 'pacman>=4.1')
 source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-md5sums=('a76019106d17de3a5933c773013a63d1')
+md5sums=('614fa9f8a5c7cef0828b4f6306ef92f2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}