git » pyalpm.git » commit 27b003b

Update to the right git commit.

author Jelle van der Waa
2020-01-30 16:08:37 UTC
committer Jelle van der Waa
2020-01-30 16:08:37 UTC
parent 195e80706b69cee0918d853e34ba325354c8658e

Update to the right git commit.

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 12a61f7..89009b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
 
 pkgname=pyalpm
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 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=7e71172548780ca13724e8fe4c353d66a80e1b93" "memleak.patch")
+source=("git+https://git.archlinux.org/pyalpm.git#commit=81a1749b87793737961147a6843468b0dc3dd1e7" "memleak.patch")
 validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
 sha512sums=('SKIP'
             'b7dacb28bc13f5c9fb9c9295d1a3d323b7b7c0893d69b110f3036b73a4930e8463b5a19011b0e5996ff55157768376c2e53ab97c557afe29bbe3b5d0c8a1e027')