git » pyalpm.git » commit 539b2a8

pacman 6.0 rebuild

author Jelle van der Waa
2021-05-20 15:48:05 UTC
committer Jelle van der Waa
2021-05-20 15:48:05 UTC
parent 3f0dd2810d801dfa0905d4995f30daf8ecd64545

pacman 6.0 rebuild

PKGBUILD +4 -9

diff --git a/PKGBUILD b/PKGBUILD
index 69893b5..2de278c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,20 @@
 # Maintainer : Rémy Oudompheng <remy@archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.9.2
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="Python 3 bindings for libalpm"
 arch=('x86_64')
 url="https://gitlab.archlinux.org/archlinux/pyalpm"
 license=('GPL')
-makedepends=('git' 'python-setuptools' 'python-pytest')
+makedepends=('git' 'python-setuptools' 'python-pytest' 'python-pkgconfig' 'python-pytest-pacman')
 depends=('python' 'pacman')
-source=("git+https://gitlab.archlinux.org/archlinux/pyalpm.git#tag=$pkgver"
-        "memleak.patch")
+source=("git+https://gitlab.archlinux.org/archlinux/pyalpm.git#tag=$pkgver")
 validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
-sha512sums=('SKIP'
-            'b7dacb28bc13f5c9fb9c9295d1a3d323b7b7c0893d69b110f3036b73a4930e8463b5a19011b0e5996ff55157768376c2e53ab97c557afe29bbe3b5d0c8a1e027')
+sha512sums=('SKIP')
 
 prepare() {
   cd "${pkgname}"
-  # Revert memleak patch which causes 'random' segfauts since
-  # the handle is still used while it's already cleaned up.
-  patch -NRp1 -i "${srcdir}/memleak.patch"
 }
 
 build() {