diff core/tar/tar.sh @ 657:b0fd9c97761e

vanilla: fix all dependencies
author David Demelier <markand@malikania.fr>
date Tue, 30 Jul 2019 20:40:00 +0200
parents 25cecc6dca48
children ae55d9077f70
line wrap: on
line diff
--- a/core/tar/tar.sh	Tue Jul 30 20:31:00 2019 +0200
+++ b/core/tar/tar.sh	Tue Jul 30 20:40:00 2019 +0200
@@ -21,6 +21,7 @@
 PKGLICENSE="GPLv3+"
 PKGSUMMARY="GNU archiving utility"
 PKGDOWNLOAD="https://ftp.gnu.org/gnu/$PKGNAME/$PKGNAME-$PKGVERSION.tar.xz"
+PKGDEPENDS=""
 PKGOPTIONS="ACL NLS"
 
 : ${CHOST:=$(uname -m)-linux-musl}