diff graphics/cairo/cairo.sh @ 1336:e43862edbe7e

misc: fixes
author David Demelier <markand@malikania.fr>
date Fri, 03 Dec 2021 22:50:37 +0100
parents 9867e578b1a9
children
line wrap: on
line diff
--- a/graphics/cairo/cairo.sh	Fri Dec 03 22:19:37 2021 +0100
+++ b/graphics/cairo/cairo.sh	Fri Dec 03 22:50:37 2021 +0100
@@ -20,6 +20,7 @@
 PKGREVISION=1
 PKGLICENSE="LGPL-2.1-only MPLv11"
 PKGSUMMARY="vector graphics library"
+PKGWWW="https://www.cairographics.org"
 PKGDOWNLOAD="https://cairographics.org/releases/$PKGNAME-$PKGVERSION.tar.xz"
 PKGDEPENDS="pixman"
 PKGOPTIONS="DRM EGL FONTCONFIG GALLIUM GLES2 GLES3 GLIB PDF PNG SVG TTF X"
@@ -133,7 +134,7 @@
 build()
 {
 	rm -rf $PKGNAME-$PKGVERSION
-	tar xvf $PKGNAME-$PKGVERSION.tar.xz
+	tar -xvf $PKGNAME-$PKGVERSION.tar.xz
 	cd $PKGNAME-$PKGVERSION
 
 	CC="$CC" \