git » pyalpm.git » commit c178c93

Upstream maintenance release, fixes 3 memory leaks in pyalpm.

author Jelle van der Waa
2019-01-17 21:07:30 UTC
committer Jelle van der Waa
2019-01-17 21:07:30 UTC
parent 095443bf55582ad7e29e8ffe20eb5f4ce11d3c7f

Upstream maintenance release, fixes 3 memory leaks in pyalpm.

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 2d4c6a4..7b54be7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
 # Maintainer : Rémy Oudompheng <remy@archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.8.5
+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=ec89afb96636a3449006323030dd1768c143c5f5")
+source=("git+https://git.archlinux.org/pyalpm.git#commit=6b47d1655688fe2957ef52a16aeca8b474546df2")
 validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
 sha512sums=('SKIP')