[arch-commits] Commit in pyalpm/trunk (PKGBUILD)
Rémy Oudompheng
remy at archlinux.org
Thu Oct 13 21:05:15 UTC 2011
Date: Thursday, October 13, 2011 @ 17:05:15
Author: remy
Revision: 140422
upgpkg: pyalpm 0.5-1
Compatibility with Pacman 4.
Modified:
pyalpm/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-10-13 20:39:26 UTC (rev 140421)
+++ PKGBUILD 2011-10-13 21:05:15 UTC (rev 140422)
@@ -1,15 +1,15 @@
# Maintainer : Rémy Oudompheng <remy at archlinux.org>
pkgname=pyalpm
-pkgver=0.4.3
+pkgver=0.5
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<3.6')
+depends=('python>=3.2' 'pacman>=4')
source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-md5sums=('396f9820eae9a40bd33d8bb366272c82')
+md5sums=('25b078e0c56d10cf64edd026be317760')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
More information about the arch-commits
mailing list