[arch-commits] Commit in libx11/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sat Dec 21 20:28:28 UTC 2019


    Date: Saturday, December 21, 2019 @ 20:28:28
  Author: andyrtr
Revision: 372042

upgpkg: libx11 1.6.9-6: add back xorgproto runtime dependency after discussing variants with other devs, gp the pragmatic way like before and satisfy its pkgconfig file

Modified:
  libx11/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-21 17:28:13 UTC (rev 372041)
+++ PKGBUILD	2019-12-21 20:28:28 UTC (rev 372042)
@@ -3,12 +3,14 @@
 
 pkgname=libx11
 pkgver=1.6.9
-pkgrel=5
+pkgrel=6
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/"
-depends=('libxcb')
-makedepends=('xorg-util-macros' 'xtrans' 'xorgproto')
+# keep xorgproto runtime dependency
+# https://lists.archlinux.org/pipermail/arch-dev-public/2019-December/029767.html
+depends=('libxcb' 'xorgproto')
+makedepends=('xorg-util-macros' 'xtrans')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
 sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'



More information about the arch-commits mailing list