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

Jelle van der Waa jelle at archlinux.org
Sun Sep 30 11:34:16 UTC 2018


    Date: Sunday, September 30, 2018 @ 11:34:15
  Author: jelle
Revision: 388462

Fix target not found: xproto>=7.0.15

Modified:
  lib32-libxau/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-30 11:33:44 UTC (rev 388461)
+++ PKGBUILD	2018-09-30 11:34:15 UTC (rev 388462)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 url="http://xorg.freedesktop.org/"
 depends=('lib32-glibc' $_pkgbasename)
-makedepends=('pkgconfig' 'xproto>=7.0.15' 'gcc-multilib')
+makedepends=('pkgconf' 'xorgproto')
 license=('custom')
 source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
 sha1sums=('d9512d6869e022d4e9c9d33f6d6199eda4ad096b')



More information about the arch-commits mailing list