summaryrefslogtreecommitdiff
path: root/extra/pyalpm/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-06 09:47:04 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-06 09:47:04 +0200
commit5b1689a2cf3def5dea6a56f577930e7c6df4f003 (patch)
tree8ef875217e9d87666706e7f88f579cc579aaa63e /extra/pyalpm/PKGBUILD
parent2c0066a33742d4879adc9eeab45e04fba7bafbcb (diff)
parentfd8249d016683ade99a23251d6ffdf5d5a3e76a4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/rcs/PKGBUILD libre/cups-filters-libre/PKGBUILD
Diffstat (limited to 'extra/pyalpm/PKGBUILD')
-rw-r--r--extra/pyalpm/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/pyalpm/PKGBUILD b/extra/pyalpm/PKGBUILD
index c8d64320c..2c074bd60 100644
--- a/extra/pyalpm/PKGBUILD
+++ b/extra/pyalpm/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer : Rémy Oudompheng <remy@archlinux.org>
pkgname=pyalpm
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.6
+pkgrel=1
pkgdesc="Libalpm bindings for Python 3"
arch=('i686' 'x86_64' 'mips64el')
url="http://projects.archlinux.org/users/remy/pyalpm.git/"
license=('GPL')
-depends=('python>=3.2' 'pacman>=4')
+depends=('python>=3.2' 'pacman>=4.1')
source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-md5sums=('a76019106d17de3a5933c773013a63d1')
+md5sums=('614fa9f8a5c7cef0828b4f6306ef92f2')
build() {
cd ${srcdir}/${pkgname}-${pkgver}