summaryrefslogtreecommitdiff
path: root/testing/pyalpm/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-16 23:14:27 +0000
committerroot <root@rshg054.dnsready.net>2011-10-16 23:14:27 +0000
commitd286d980d2ff42151e9bc81ec348c864c24f9cc4 (patch)
tree0df8ee0846c9886fd41db46eba16f7877d70af93 /testing/pyalpm/PKGBUILD
parent8fd7bc607a8e4b26853b4263153a736767b163cd (diff)
Sun Oct 16 23:14:27 UTC 2011
Diffstat (limited to 'testing/pyalpm/PKGBUILD')
-rw-r--r--testing/pyalpm/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pyalpm/PKGBUILD b/testing/pyalpm/PKGBUILD
index ae6b07d79..6053b3214 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.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}