Date: Tuesday, December 27, 2022 @ 15:51:40 Author: heftig Revision: 465037
0.19-2: enable debug Modified: pacrunner/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-27 15:50:47 UTC (rev 465036) +++ PKGBUILD 2022-12-27 15:51:40 UTC (rev 465037) @@ -2,7 +2,7 @@ pkgname=pacrunner pkgver=0.19 -pkgrel=1 +pkgrel=2 pkgdesc="Proxy configuration daemon" arch=(x86_64) url="https://git.kernel.org/pub/scm/network/connman/pacrunner.git" @@ -9,6 +9,7 @@ license=(GPL2 LGPL2.1) depends=(glib2 dbus curl duktape) makedepends=(git) +options=(debug) _commit=bb888a1f99cc05d63bd61b65cad7026feea92a4e # tags/0.19^0 source=("git+https://git.kernel.org/pub/scm/network/connman/pacrunner.git#commit=$_commit" duktape-shared.diff)
