diff x11/xauth/xauth.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/xauth/xauth.sh	Thu Dec 02 20:32:16 2021 +0100
+++ b/x11/xauth/xauth.sh	Fri Dec 03 22:19:37 2021 +0100
@@ -16,10 +16,11 @@
 #
 
 PKGNAME=xauth
-PKGVERSION=1.0.10
+PKGVERSION=1.1.1
 PKGREVISION=1
-PKGLICENSE="CUSTOM"
+PKGLICENSE="Custom"
 PKGSUMMARY="X.Org authorization settings tool"
+PKGWWW="http://www.x.org"
 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz"
 PKGDEPENDS="libx11
             libxau
@@ -38,7 +39,7 @@
 build()
 {
 	rm -rf $PKGNAME-$PKGVERSION
-	tar xvf $PKGNAME-$PKGVERSION.tar.gz
+	tar -xvf $PKGNAME-$PKGVERSION.tar.gz
 	cd $PKGNAME-$PKGVERSION
 
 	CC="$CC" \