git » pyalpm.git » commit 989af89

Update for pacamn 5.2

author Jelle van der Waa
2019-10-21 20:14:53 UTC
committer Jelle van der Waa
2019-10-21 20:14:53 UTC
parent 99c0072375669d4345addc79a4b2db04f337d338

Update for pacamn 5.2

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 538b860..51fac14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
 # Maintainer : Rémy Oudompheng <remy@archlinux.org>
 
 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/"
 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')