Date: Friday, October 14, 2011 @ 02:15:57 Author: remy Revision: 140431
upgpkg: pyalpm 0.5.1-1 Bugfix release. Modified: pyalpm/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-10-14 06:04:29 UTC (rev 140430) +++ PKGBUILD 2011-10-14 06:15:57 UTC (rev 140431) @@ -1,7 +1,7 @@ # Maintainer : Rémy Oudompheng <[email protected]> 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 @@ 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}
