git » pyalpm.git » commit 896e4b1

Bugfix release.

author Rémy Oudompheng
2011-10-14 06:15:57 UTC
committer Rémy Oudompheng
2011-10-14 06:15:57 UTC
parent 4d328714c389d91f49ccd997808d9c8b0a3a03a7

Bugfix release.

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 7a2eccd..ae6b07d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer : Rémy Oudompheng <remy@archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.5
+pkgver=0.5.1
 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')
 source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-md5sums=('25b078e0c56d10cf64edd026be317760')
+md5sums=('dc59883d19306e89d99e15d820a877e6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}