From 79a4dcec2e34c5d58ab0661146ee9727452d672b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 8 Nov 2019 23:14:10 -0500 Subject: Whoosh --- scripts/xz/build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts/xz') diff --git a/scripts/xz/build.sh b/scripts/xz/build.sh index ea31bdc..99c06de 100644 --- a/scripts/xz/build.sh +++ b/scripts/xz/build.sh @@ -5,10 +5,7 @@ revision=0 sources=( "https://tukaani.org/xz/${name}-${version}.tar.gz" ) -depends=( - "sed-4.7-0.tar.gz" - "grep-3.3-0.tar.gz" -) +depends=() function prepare() { -- cgit