diff x11/rendercheck/rendercheck.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 25cecc6dca48
children ddab65a5b3f5
line wrap: on
line diff
--- a/x11/rendercheck/rendercheck.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/x11/rendercheck/rendercheck.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,10 +21,10 @@
 PKGLICENSE="CUSTOM"
 PKGSUMMARY="X.Org program to test render extension"
 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="x11/libx11
-            x11/libxrender
-            x11/util-macros:build
-            x11/xorgproto:build"
+PKGDEPENDS="libx11
+            libxrender
+            util-macros:build
+            xorgproto:build"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}