Date: Monday, October 21, 2019 @ 20:14:53 Author: jelle Revision: 365278
Update for pacamn 5.2 Modified: pyalpm/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-21 19:10:09 UTC (rev 365277) +++ PKGBUILD 2019-10-21 20:14:53 UTC (rev 365278) @@ -1,8 +1,8 @@ # Maintainer : Rémy Oudompheng <[email protected]> pkgname=pyalpm -pkgver=0.8.5 -pkgrel=2 +pkgver=0.9.0 +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' 'python-pytest') depends=('python>=3.6' 'pacman>=5.0') -source=("git+https://git.archlinux.org/pyalpm.git#commit=6b47d1655688fe2957ef52a16aeca8b474546df2" "memleak.patch") +source=("git+https://git.archlinux.org/pyalpm.git#commit=7e71172548780ca13724e8fe4c353d66a80e1b93" "memleak.patch") validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E') sha512sums=('SKIP' 'b7dacb28bc13f5c9fb9c9295d1a3d323b7b7c0893d69b110f3036b73a4930e8463b5a19011b0e5996ff55157768376c2e53ab97c557afe29bbe3b5d0c8a1e027')
