summaryrefslogtreecommitdiff
path: root/community/spring/PKGBUILD
diff options
context:
space:
mode:
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
+}