Date: Thursday, November 17, 2022 @ 16:24:32 Author: heftig Revision: 462065
1.8.2-2: enable debug Modified: libx11/trunk/PKGBUILD libx11/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-17 16:24:09 UTC (rev 462064) +++ PKGBUILD 2022-11-17 16:24:32 UTC (rev 462065) @@ -2,7 +2,7 @@ pkgname=libx11 pkgver=1.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="X11 client-side library" arch=(x86_64) url="https://xorg.freedesktop.org/" @@ -11,6 +11,7 @@ depends=('libxcb' 'xorgproto') makedepends=('xorg-util-macros' 'xtrans') license=('custom') +options=('debug') source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.xz{,.sig}) sha512sums=('662ee8043d9ba27df82f647515b701d6f302a52715f21afdaba391f3b70691753e3649e7ff8322e07858be4297df9cbb19227958d676ed6dea198cce64330d1d' 'SKIP') Modified: keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc =================================================================== (Binary files differ)
