git » pyalpm.git » commit 8c9e51a

Bump to version 0.7 for pacman 4.2

author Rémy Oudompheng
2014-12-20 23:38:07 UTC
committer Rémy Oudompheng
2014-12-20 23:38:07 UTC
parent 22ff11085429c887b29ceba2e7d24d47b5c4982a

Bump to version 0.7 for pacman 4.2

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index e029b00..f05d54d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
 # Maintainer : Rémy Oudompheng <remy@archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.7
+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.4' 'pacman>=4.1')
+depends=('python>=3.4' 'pacman>=4.2')
 source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-sha1sums=('15e9911c4f91d78e22e8dbd679177334707482d2')
+sha1sums=('62fafb93d30c27b5a5a09df3e802d6e50fed9802')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}