Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-09 18:29:44 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-09 18:29:44 +0200
commitf5ea8976899252cd62c271d701732cdeb35cd074 (patch)
treef755463d72ade07f437f31d54333dd660a0cb5e7 /community
parent54a2344a01bd3de75fa3f1300ed81bae91c7919e (diff)
community/keepassxc: reenabled asciidoctor
Diffstat (limited to 'community')
-rw-r--r--community/keepassxc/PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/community/keepassxc/PKGBUILD b/community/keepassxc/PKGBUILD
deleted file mode 100644
index 29ee409b..00000000
--- a/community/keepassxc/PKGBUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# we don't have a working ruby (needed by asciidoctor)
-makedepends=(${makedepends[@]//asciidoctor/})
-
-eval "$(
- declare -f build | \
- sed '
- s|cmake -S|cmake -DWITH_XC_DOCS=OFF -S|
- '
-)"