Date: Thursday, November 17, 2022 @ 16:36:49
Author: heftig
Revision: 462080
6.0.0-2: enable debug
Modified:
libxfixes/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-17 16:36:42 UTC (rev 462079)
+++ PKGBUILD 2022-11-17 16:36:49 UTC (rev 462080)
@@ -3,7 +3,7 @@
pkgname=libxfixes
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="X11 miscellaneous 'fixes' extension library"
arch=('x86_64')
url="https://xorg.freedesktop.org/"
@@ -10,6 +10,7 @@
license=('custom')
depends=('libx11')
makedepends=('xorg-util-macros' 'xorgproto')
+options=('debug')
source=(${url}/releases/individual/lib/libXfixes-${pkgver}.tar.bz2{,.sig})
sha512sums=('1985ef156f382e9a7e1cc7e044e0f626de1e4c82557a511cbcf6431994c0ac25b1f8b3a0293bd3089331593db8ce01d3a71ddec68f19b5fe6029d5082fb6885d'
'SKIP')