Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/spring/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/spring/PKGBUILD')
-rw-r--r--community/spring/PKGBUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD
deleted file mode 100644
index 4759b375..00000000
--- a/community/spring/PKGBUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-# https://springrts.com/mantis/view.php?id=5413
-
-source+=('gold-linker.patch')
-sha512sums+=('7d29099f589f4ab70262ebb307f905bdaa7e20606421ca2efaf69d391b271d3e1015f44087161106546ebe1ef197dc758c5de0120feff3f473e69ec96555d3a8')
-
-eval "$(
- declare -f prepare | \
- sed '
- 2 a \
- cd spring_$pkgver \
- patch -Np1 -i ../gold-linker.patch \
- cd ..
- '
-)"