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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Nov 18 19:17:50 UTC 2017


    Date: Saturday, November 18, 2017 @ 19:17:50
  Author: svenstaro
Revision: 267352

upgpkg: springlobby 0.260-1

Modified:
  springlobby/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-18 19:06:37 UTC (rev 267351)
+++ PKGBUILD	2017-11-18 19:17:50 UTC (rev 267352)
@@ -3,8 +3,8 @@
 # Contributor: DuGi <dugi at irc.pl>
 
 pkgname=springlobby
-pkgver=0.256
-pkgrel=4
+pkgver=0.260
+pkgrel=1
 pkgdesc="A free cross-platform lobby client for the Spring RTS project"
 arch=('x86_64')
 url="http://springlobby.info/"
@@ -12,17 +12,12 @@
 depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 'boost-libs'
          'alure' 'libsm')
 optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
-makedepends=('boost' 'cmake' 'git')
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
+makedepends=('boost' 'cmake')
+source=(http://springlobby.info/tarballs/springlobby-${pkgver}.tar.bz2)
+sha512sums=('4a197d21bbb544fb01a0567acb3e5696bc5c5574fbc94f0e3abb017bc7a7e492cd452ee2497a864b34407be695b495934d1ff1c8f4314b5ae699fb9f57d2362d')
 
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
 build() {
-  cd $srcdir/${pkgname}
+  cd $srcdir/${pkgname}-${pkgver}
 
   cmake . \
     -DCMAKE_INSTALL_PREFIX=/usr \
@@ -31,7 +26,7 @@
 }
 
 package() {
-  cd $srcdir/${pkgname}
+  cd $srcdir/${pkgname}-${pkgver}
 
   make DESTDIR=$pkgdir install
 }



More information about the arch-commits mailing list