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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Oct 23 17:21:48 UTC 2021


    Date: Saturday, October 23, 2021 @ 17:21:48
  Author: svenstaro
Revision: 1032964

upgpkg: springlobby 0.273-1

Modified:
  springlobby/trunk/PKGBUILD

----------+
 PKGBUILD |   31 ++++++++++---------------------
 1 file changed, 10 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-23 17:01:27 UTC (rev 1032963)
+++ PKGBUILD	2021-10-23 17:21:48 UTC (rev 1032964)
@@ -2,31 +2,20 @@
 # Contributor: DuGi <dugi at irc.pl>
 
 pkgname=springlobby
-pkgver=0.271
-pkgrel=2
+pkgver=0.273
+pkgrel=1
 pkgdesc="A free cross-platform lobby client for the Spring RTS project"
 arch=('x86_64')
-url="http://springlobby.info/"
+url="https://springlobby.springrts.com/"
 license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 'boost-libs'
-         'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
-makedepends=('boost' 'cmake' 'git' 'ninja')
-source=("git+https://github.com/springlobby/springlobby.git#tag=$pkgver"
-        "git+https://github.com/spring/pr-downloader.git")
-sha512sums=('SKIP'
-            'SKIP')
+depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 'boost-libs' 'alure'
+         'minizip' 'libsm')
+makedepends=('boost' 'cmake' 'ninja')
+source=("https://springlobby.springrts.com/dl/stable/springlobby-${pkgver}.tar.bz2")
+sha512sums=('33f84ef901ecf6580cff0800187abd5eb02fb1893ae369c396411a224a7087f7b3575e5e04a72bd98766f94a382300b1a9d2ce0b2fc759e7353d0727fc723790')
 
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config submodule."src/downloader/lib".url "$srcdir"/pr-downloader
-  git submodule update
-}
-
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   cmake \
     -GNinja \
@@ -37,7 +26,7 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list