git » pyalpm.git » commit ce1c2d2

Version bump.

author Rémy Oudompheng
2011-10-15 21:31:02 UTC
committer Rémy Oudompheng
2011-10-15 21:31:02 UTC
parent 896e4b1e74099077f31388ce6075581205547c8a

Version bump.

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index ae6b07d..6053b32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer : Rémy Oudompheng <remy@archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.5.1
+pkgver=0.5.3
 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=('dc59883d19306e89d99e15d820a877e6')
+md5sums=('a76019106d17de3a5933c773013a63d1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}