Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/netplan/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/netplan/PKGBUILD')
-rw-r--r--community/netplan/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/netplan/PKGBUILD b/community/netplan/PKGBUILD
deleted file mode 100644
index 3bd27377..00000000
--- a/community/netplan/PKGBUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-# currently Haskell is broken
-makedepends=(${makedepends[@]//pandoc/})
-source+=('netplan-0.102-no-pandoc.patch')
-sha256sums+=('0ab919601e4a30585f0e3e3dc224fd598d2183e2df9250c1e6e4bc894d0ace95')
-eval "$(
- {
- declare -f prepare || \
- printf 'prepare() { cd "${pkgname}-${pkgver}"\n}\n'
- } \
- | sed '
- $i patch -Np1 -i "$srcdir/netplan-0.102-no-pandoc.patch"
- '
-)"