git » pyalpm.git » commit e143756

pyalpm 0.6.2 :

author Rémy Oudompheng
2013-08-04 20:03:04 UTC
committer Rémy Oudompheng
2013-08-04 20:03:04 UTC
parent 4fc2325d2883469914329c1cc795079258149871

pyalpm 0.6.2 :

  * pycman: recognize RemoteFileSigLevel and UseDelta=x options (FS#34791)
  * init_with_config now handles IgnorePkg and similar options (FS#29688)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 5ee861f..1771f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer : Rémy Oudompheng <remy@archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="Libalpm bindings for Python 3"
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://projects.archlinux.org/users/remy/pyalpm.git/"
 license=('GPL')
 depends=('python>=3.2' 'pacman>=4.1')
 source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-md5sums=('7310508a3b009705b77dd1d93b3012d9')
+sha1sums=('15e9911c4f91d78e22e8dbd679177334707482d2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}