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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon May 15 15:21:07 UTC 2017


    Date: Monday, May 15, 2017 @ 15:21:07
  Author: svenstaro
Revision: 228106

upgpkg: springlobby 0.256-1

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-15 15:08:46 UTC (rev 228105)
+++ PKGBUILD	2017-05-15 15:21:07 UTC (rev 228106)
@@ -3,8 +3,8 @@
 # Contributor: DuGi <dugi at irc.pl>
 
 pkgname=springlobby
-pkgver=0.255
-pkgrel=3
+pkgver=0.256
+pkgrel=1
 pkgdesc="A free cross-platform lobby client for the Spring RTS project"
 arch=('i686' 'x86_64')
 url="http://springlobby.info/"
@@ -11,8 +11,8 @@
 license=('GPL2')
 depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 'boost-libs'
          'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
+makedepends=('boost' 'cmake' 'git')
 source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
 md5sums=('SKIP')
 
@@ -26,7 +26,7 @@
 
   cmake . \
     -DCMAKE_INSTALL_PREFIX=/usr
-  make 
+  make
 }
 
 package() {



More information about the arch-commits mailing list