Date: Monday, September 26, 2022 @ 08:51:57
Author: eworm
Revision: 1311456
enable debug support
Modified:
pacredir/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-26 08:41:32 UTC (rev 1311455)
+++ PKGBUILD 2022-09-26 08:51:57 UTC (rev 1311456)
@@ -6,10 +6,11 @@
pkgdesc='redirect pacman requests, assisted by avahi service discovery'
arch=('x86_64')
url='https://github.com/eworm-de/pacredir'
+license=('GPL')
depends=('systemd-libs' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
makedepends=('systemd' 'discount')
conflicts=('pacserve')
-license=('GPL')
+options=('debug')
install=pacredir.install
backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse
<[email protected]>