From aa7e99e130b47caebaacd24e6d9e4f89f42cd213 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 18 Nov 2019 10:05:27 -0500 Subject: Next chunk --- scripts/sed/build.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scripts/sed') diff --git a/scripts/sed/build.sh b/scripts/sed/build.sh index 5042713..ad0090f 100644 --- a/scripts/sed/build.sh +++ b/scripts/sed/build.sh @@ -5,7 +5,12 @@ revision=0 sources=( "http://mirror.rit.edu/gnu/${name}/${name}-${version}.tar.xz" ) -depends=("grep-3.3-0.tar.gz") +build_depends=( + "xz" +) +depends=( + "grep" +) function prepare() { -- cgit