Date: Thursday, January 17, 2019 @ 21:07:30 Author: jelle Revision: 344399
upgpkg: pyalpm 0.8.5-1 Upstream maintenance release, fixes 3 memory leaks in pyalpm. Modified: pyalpm/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-17 21:06:58 UTC (rev 344398) +++ PKGBUILD 2019-01-17 21:07:30 UTC (rev 344399) @@ -1,8 +1,8 @@ # Maintainer : Rémy Oudompheng <[email protected]> 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/" @@ -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=ec89afb96636a3449006323030dd1768c143c5f5") +source=("git+https://git.archlinux.org/pyalpm.git#commit=6b47d1655688fe2957ef52a16aeca8b474546df2") validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E') sha512sums=('SKIP')
