[arch-commits] Commit in pyalpm/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu May 20 15:48:06 UTC 2021


    Date: Thursday, May 20, 2021 @ 15:48:05
  Author: jelle
Revision: 415786

pacman 6.0 rebuild

Modified:
  pyalpm/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-20 13:54:02 UTC (rev 415785)
+++ PKGBUILD	2021-05-20 15:48:05 UTC (rev 415786)
@@ -1,25 +1,20 @@
 # Maintainer : Rémy Oudompheng <remy at 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() {



More information about the arch-commits mailing list