diff options
Diffstat (limited to 'extra/pyalpm/PKGBUILD')
-rw-r--r-- | extra/pyalpm/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/pyalpm/PKGBUILD b/extra/pyalpm/PKGBUILD index c9d420471..c27973c7a 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') 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} |