[arch-commits] Commit in spring/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Sep 28 07:00:19 UTC 2017


    Date: Thursday, September 28, 2017 @ 07:00:18
  Author: svenstaro
Revision: 260740

upgpkg: spring 104.0-1

Modified:
  spring/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-28 06:59:56 UTC (rev 260739)
+++ PKGBUILD	2017-09-28 07:00:18 UTC (rev 260740)
@@ -4,10 +4,10 @@
 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
 
 pkgname=spring
-pkgver=103.0
-pkgrel=8
+pkgver=104.0
+pkgrel=1
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://springrts.com/"
 license=('GPL')
 depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2' 'libunwind'
@@ -18,7 +18,7 @@
 source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
         gold-linker.patch
         0001-fix-build-with-curl-7.50.0.patch)
-md5sums=('e71a3dc16262b06b159157ecd52bbbe5'
+md5sums=('98f14ce1ea2ac0b5e22b214d768c0290'
          '4837a3a273e346d159c3a9ad75ac1a1e'
          '8e4652c98c66016959fdd0dd1f6fc283')
 
@@ -26,10 +26,10 @@
   cd spring_$pkgver
 
   # https://springrts.com/mantis/view.php?id=5413
-  patch -Np1 -i ../gold-linker.patch
+  # patch -Np1 -i ../gold-linker.patch
+  #
+  # patch -Np1 -d tools/pr-downloader <../0001-fix-build-with-curl-7.50.0.patch
 
-  patch -Np1 -d tools/pr-downloader <../0001-fix-build-with-curl-7.50.0.patch
-
 }
 
 build() {
@@ -39,7 +39,7 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DDATADIR=share/spring \
     -DJAVA_HOME=/usr/lib/jvm/java-8-openjdk \
-    -DCMAKE_SKIP_RPATH=YES
+    -DCMAKE_SKIP_RPATH=ON
   make
 }
 



More information about the arch-commits mailing list