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:
authorErich Eckner <git@eckner.net>2023-05-22 20:18:50 +0200
committerErich Eckner <git@eckner.net>2023-05-22 20:18:50 +0200
commite74cde76c104df82b120a7b13964cb786da8f565 (patch)
tree39967e24037929c04aaf79922aa260b437a60a5e /community/spring/PKGBUILD
parent73e1d3b448cc583ab38cae4d61a26f313fad946b (diff)
community -> extra
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 ..
- '
-)"