Date: Thursday, November 17, 2022 @ 17:35:42
Author: heftig
Revision: 462106
1.1.3-5: enable debug
Modified:
libxdmcp/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-17 17:35:24 UTC (rev 462105)
+++ PKGBUILD 2022-11-17 17:35:42 UTC (rev 462106)
@@ -3,7 +3,7 @@
pkgname=libxdmcp
pkgver=1.1.3
-pkgrel=4
+pkgrel=5
pkgdesc="X11 Display Manager Control Protocol library"
arch=('x86_64')
url="https://xorg.freedesktop.org/"
@@ -10,6 +10,8 @@
license=('custom')
depends=('glibc')
makedepends=('xorg-util-macros' 'xorgproto')
+provides=('libXdmcp.so')
+options=('debug')
source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2{,.sig})
sha512sums=('cb1d4650f97d66e73acd2465ec7d757b9b797cce2f85e301860a44997a461837eea845ec9bd5b639ec5ca34c804f8bdd870697a5ce3f4e270b687c9ef74f25ec'
'SKIP')