Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-09 18:38:57 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-09 18:38:57 +0200
commit820c96ba56ea5d06dbd79abafb89a1c394edf4c9 (patch)
tree037c341ebd1e63cb52bc18fcea54fb5a25666700 /core
parentf5ea8976899252cd62c271d701732cdeb35cd074 (diff)
core/cryptsetup: reenabled asciidoctor
Diffstat (limited to 'core')
-rw-r--r--core/cryptsetup/PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/cryptsetup/PKGBUILD b/core/cryptsetup/PKGBUILD
deleted file mode 100644
index 013734ca..00000000
--- a/core/cryptsetup/PKGBUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-# we don't have a working ruby (needed by asciidoctor)
-makedepends=(${makedepends[@]//asciidoctor/})
-eval "$(
- declare -f build | \
- sed '
- s|./configure |./configure --disable-asciidoc |
- '
-)"