From 8fd7bc607a8e4b26853b4263153a736767b163cd Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Oct 2011 23:14:29 +0000 Subject: Sat Oct 15 23:14:29 UTC 2011 --- testing/pyalpm/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/pyalpm') diff --git a/testing/pyalpm/PKGBUILD b/testing/pyalpm/PKGBUILD index 7a2eccdda..ae6b07d79 100644 --- a/testing/pyalpm/PKGBUILD +++ b/testing/pyalpm/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer : Rémy Oudompheng 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} -- cgit v1.2.3-54-g00ecf