Date: Thursday, June 28, 2018 @ 20:52:38 Author: felixonmars Revision: 327733
upgpkg: pyalpm 0.8.3-2 Python 3.7 rebuild Modified: pyalpm/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-28 20:43:15 UTC (rev 327732) +++ PKGBUILD 2018-06-28 20:52:38 UTC (rev 327733) @@ -1,8 +1,9 @@ +# $Id$ # Maintainer : Rémy Oudompheng <[email protected]> pkgname=pyalpm pkgver=0.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="Libalpm bindings for Python 3" arch=('x86_64') url="https://git.archlinux.org/pyalpm.git/" @@ -11,7 +12,7 @@ depends=('python>=3.6' 'pacman>=5.0') source=("git+https://git.archlinux.org/pyalpm.git#commit=284d480cd50a0d90dbdd00085efaf0ff9a63913c") validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E') -sha1sums=('SKIP') +sha512sums=('SKIP') build() { cd ${srcdir}/${pkgname} Property changes on: pyalpm/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
