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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Nov 23 09:22:42 UTC 2020


    Date: Monday, November 23, 2020 @ 09:22:42
  Author: svenstaro
Revision: 759840

Fix build

Modified:
  springlobby/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-23 07:24:48 UTC (rev 759839)
+++ PKGBUILD	2020-11-23 09:22:42 UTC (rev 759840)
@@ -3,7 +3,7 @@
 
 pkgname=springlobby
 pkgver=0.270
-pkgrel=1
+pkgrel=2
 pkgdesc="A free cross-platform lobby client for the Spring RTS project"
 arch=('x86_64')
 url="http://springlobby.info/"
@@ -13,13 +13,17 @@
 optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
 makedepends=('boost' 'cmake' 'git')
 source=("git+https://github.com/springlobby/springlobby.git#tag=$pkgver"
+        https://github.com/springlobby/springlobby/commit/252c4cb156c1442ed9b4faec3f26265bc7c295ff.patch
         "git+https://github.com/spring/pr-downloader.git")
 sha512sums=('SKIP'
+            '02347b50bf7ac73f128623edc318c534bfda7cd88415f46e6407fc46d4971b5809a7abf608e4c683f6c91879a8c9d399aa982e3c8db99109cc397c64220c2dab'
             'SKIP')
 
 prepare() {
   cd $pkgname
 
+  patch -Np1 -i "${srcdir}"/252c4cb156c1442ed9b4faec3f26265bc7c295ff.patch
+
   git submodule init
   git config submodule."src/downloader/lib".url "$srcdir"/pr-downloader
   git submodule update



More information about the arch-commits mailing list