summaryrefslogtreecommitdiff
path: root/testing/pyalpm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-15 23:14:29 +0000
committerroot <root@rshg054.dnsready.net>2011-10-15 23:14:29 +0000
commit8fd7bc607a8e4b26853b4263153a736767b163cd (patch)
tree0ce4c6dc95dd97a16e544cc72db4e90973588f4c /testing/pyalpm
parent4232b74445f80f4175c1485a53a02c79b37a63f1 (diff)
Sat Oct 15 23:14:29 UTC 2011
Diffstat (limited to 'testing/pyalpm')
-rw-r--r--testing/pyalpm/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 <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}