summaryrefslogtreecommitdiff
path: root/testing/pyalpm/PKGBUILD
diff options
context:
space:
mode:
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 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}