git » pyalpm.git » commit 7644f3b

Enable debug support

author Jelle van der Waa
2022-01-28 10:07:42 UTC
committer Jelle van der Waa
2022-01-28 10:07:42 UTC
parent d710a97538e2ce31245ca25fa591f9fdebbb72b8

Enable debug support

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 6832c44..fc43e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
 
 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"
 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')