git » pyalpm.git » commit c460896

Version bump.

author Rémy Oudompheng
2011-06-26 22:55:21 UTC
committer Rémy Oudompheng
2011-06-26 22:55:21 UTC
parent 569ced266817ffa1039943cbb9a73e41bc8a7336

Version bump.

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 0db22e4..40488fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer : Rémy Oudompheng <remy@archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.4.2
+pkgver=0.4.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<3.6')
 source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-md5sums=('d5d45cafa98050a4d3c77e4a8f597ff3')
+md5sums=('396f9820eae9a40bd33d8bb366272c82')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}