Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/prjtrellis/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/prjtrellis/PKGBUILD')
-rw-r--r--community/prjtrellis/PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/community/prjtrellis/PKGBUILD b/community/prjtrellis/PKGBUILD
deleted file mode 100644
index a316c167..00000000
--- a/community/prjtrellis/PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# git missing
-makedepends+=(git)
-
-# sphinx themes broken, don't build documentation
-eval "$(
- declare -f build | \
- sed '
- /make html/d
- '
-)"
-
-eval "$(
- declare -f package | \
- sed '
- /docs\/_build/d
- /html\/.doctrees/d
- '
-)"