diff x11/xcb-util-cursor/xcb-util-cursor.sh @ 1335:7e62919ec1c2

x11: upgrade whole distribution
author David Demelier <markand@malikania.fr>
date Fri, 03 Dec 2021 22:19:37 +0100
parents 9867e578b1a9
children
line wrap: on
line diff
--- a/x11/xcb-util-cursor/xcb-util-cursor.sh	Thu Dec 02 20:32:16 2021 +0100
+++ b/x11/xcb-util-cursor/xcb-util-cursor.sh	Fri Dec 03 22:19:37 2021 +0100
@@ -18,8 +18,9 @@
 PKGNAME=xcb-util-cursor
 PKGVERSION=0.1.3
 PKGREVISION=1
-PKGLICENSE="CUSTOM"
+PKGLICENSE="Custom"
 PKGSUMMARY="X.Org cursor utilities for XCB"
+PKGWWW="http://xcb.freedesktop.org"
 PKGDOWNLOAD="https://xcb.freedesktop.org/dist/$PKGNAME-$PKGVERSION.tar.gz"
 PKGDEPENDS="libxcb xcb-util xcb-util-image xcb-util-renderutil"
 
@@ -33,7 +34,7 @@
 build()
 {
 	rm -rf $PKGNAME-$PKGVERSION
-	tar xvf $PKGNAME-$PKGVERSION.tar.gz
+	tar -xvf $PKGNAME-$PKGVERSION.tar.gz
 	cd $PKGNAME-$PKGVERSION
 
 	CC="$CC" \