Date: Sunday, August 4, 2013 @ 22:03:04 Author: remy Revision: 192034
upgpkg: pyalpm 0.6.2-1 pyalpm 0.6.2 : * pycman: recognize RemoteFileSigLevel and UseDelta=x options (FS#34791) * init_with_config now handles IgnorePkg and similar options (FS#29688) Modified: pyalpm/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-04 16:53:19 UTC (rev 192033) +++ PKGBUILD 2013-08-04 20:03:04 UTC (rev 192034) @@ -1,7 +1,7 @@ # Maintainer : Rémy Oudompheng <[email protected]> pkgname=pyalpm -pkgver=0.6.1 +pkgver=0.6.2 pkgrel=1 pkgdesc="Libalpm bindings for Python 3" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ license=('GPL') depends=('python>=3.2' 'pacman>=4.1') source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz") -md5sums=('7310508a3b009705b77dd1d93b3012d9') +sha1sums=('15e9911c4f91d78e22e8dbd679177334707482d2') build() { cd ${srcdir}/${pkgname}-${pkgver}
