Date: Monday, May 28, 2018 @ 15:02:20 Author: jelle Revision: 325085 upgpkg: pyalpm 0.8.3-1
pacman 5.1.0 rebuild Modified: pyalpm/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-28 12:21:46 UTC (rev 325084) +++ PKGBUILD 2018-05-28 15:02:20 UTC (rev 325085) @@ -1,8 +1,8 @@ # Maintainer : Rémy Oudompheng <[email protected]> pkgname=pyalpm -pkgver=0.8.2 -pkgrel=2 +pkgver=0.8.3 +pkgrel=1 pkgdesc="Libalpm bindings for Python 3" arch=('x86_64') url="https://git.archlinux.org/pyalpm.git/" @@ -9,7 +9,7 @@ license=('GPL') makedepends=('git') depends=('python>=3.6' 'pacman>=5.0') -source=("git+https://git.archlinux.org/pyalpm.git#commit=6f0787ef74fc342c3eb0a9b24ab7aea0087bb27a") +source=("git+https://git.archlinux.org/pyalpm.git#commit=284d480cd50a0d90dbdd00085efaf0ff9a63913c") validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E') sha1sums=('SKIP')
