Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-csv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-csv/PKGBUILD')
-rw-r--r--community/ruby-csv/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ruby-csv/PKGBUILD b/community/ruby-csv/PKGBUILD
index 51518b4f..e4a5d80a 100644
--- a/community/ruby-csv/PKGBUILD
+++ b/community/ruby-csv/PKGBUILD
@@ -1,3 +1,7 @@
+# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr
+# and depend on 'ruby'
+makedepends=(ruby-bootstrap)
+
# install to final destination in /usr and not into /opt/ruby-xxx
eval "$(
declare -f package | \
@@ -6,7 +10,4 @@ eval "$(
'
)"
-# Command failed with status (1): [/opt/ruby-bootstrap-3.0.4/bin/ruby run-tes...]
-# /build/ruby-csv/src/csv-3.2.5/Rakefile:10:in `block in <top (required)>'
-# Tasks: TOP => test
unset check