aboutsummaryrefslogtreecommitdiff
path: root/scripts/sed/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-18 10:05:27 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-18 10:05:27 -0500
commitaa7e99e130b47caebaacd24e6d9e4f89f42cd213 (patch)
tree5b599c731389e0b259b840710f8db1ffe9913181 /scripts/sed/build.sh
parent79a4dcec2e34c5d58ab0661146ee9727452d672b (diff)
downloadspm-aa7e99e130b47caebaacd24e6d9e4f89f42cd213.tar.gz
Next chunk
Diffstat (limited to 'scripts/sed/build.sh')
-rw-r--r--scripts/sed/build.sh7
1 files changed, 6 insertions, 1 deletions
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() {