summaryrefslogtreecommitdiff
path: root/community/spring/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-29 16:14:37 +0200
committerErich Eckner <git@eckner.net>2017-09-29 16:14:37 +0200
commitdad189a590e166257b3207a218afda2dedf4358d (patch)
tree96efa4b93dab930c442fe2402436f3f111bb3e90 /community/spring/PKGBUILD
parent755b34b2cd795c06a90b35c2077b9c427d4ddf54 (diff)
downloadpackages-dad189a590e166257b3207a218afda2dedf4358d.tar.xz
community/spring: readded patching of non-gold-ld for spring
Diffstat (limited to 'community/spring/PKGBUILD')
-rw-r--r--community/spring/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD
new file mode 100644
index 00000000..8e94d0ef
--- /dev/null
+++ b/community/spring/PKGBUILD
@@ -0,0 +1,10 @@
+# see upstream: https://springrts.com/mantis/view.php?id=5413
+
+md5sums[1]="59d186079e08ae9260fd31bf7129e7e7"
+
+prepare() {
+ cd spring_$pkgver
+
+ # https://springrts.com/mantis/view.php?id=5413
+ patch -Np1 -i ../gold-linker.patch
+}