Date: Monday, April 1, 2013 @ 14:24:11 Author: remy Revision: 181149 upgpkg: pyalpm 0.6-1
pyalpm release 0.6 for pacman 4.1 Modified: pyalpm/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-01 10:15:29 UTC (rev 181148) +++ PKGBUILD 2013-04-01 12:24:11 UTC (rev 181149) @@ -1,15 +1,15 @@ # Maintainer : Rémy Oudompheng <[email protected]> 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}
