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

Jelle van der Waa jelle at gemini.archlinux.org
Fri Jan 28 10:07:42 UTC 2022


    Date: Friday, January 28, 2022 @ 10:07:42
  Author: jelle
Revision: 435267

Enable debug support

Modified:
  pyalpm/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-28 10:03:58 UTC (rev 435266)
+++ PKGBUILD	2022-01-28 10:07:42 UTC (rev 435267)
@@ -2,7 +2,7 @@
 
 pkgname=pyalpm
 pkgver=0.10.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Python 3 bindings for libalpm"
 arch=('x86_64')
 url="https://gitlab.archlinux.org/archlinux/pyalpm"
@@ -9,6 +9,7 @@
 license=('GPL')
 makedepends=('git' 'python-setuptools' 'python-pytest' 'python-pkgconfig' 'python-pytest-pacman')
 depends=('python' 'pacman')
+options=(debug)
 source=("git+https://gitlab.archlinux.org/archlinux/pyalpm.git#tag=$pkgver")
 validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
 sha512sums=('SKIP')



More information about the arch-commits mailing list