[arch-commits] Commit in springlobby/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Apr 4 17:24:25 UTC 2015
Date: Saturday, April 4, 2015 @ 19:24:25
Author: svenstaro
Revision: 130691
upgpkg: springlobby 0.214-1
upstream release 0.214
Modified:
springlobby/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-04 14:35:59 UTC (rev 130690)
+++ PKGBUILD 2015-04-04 17:24:25 UTC (rev 130691)
@@ -3,7 +3,7 @@
# Contributor: DuGi <dugi at irc.pl>
pkgname=springlobby
-pkgver=0.210
+pkgver=0.214
pkgrel=1
pkgdesc="A free cross-platform lobby client for the Spring RTS project."
arch=('i686' 'x86_64')
@@ -12,13 +12,18 @@
depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 'boost-libs'
'alure' 'libsm')
optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
-makedepends=('boost' 'asio' 'cmake')
+makedepends=('boost' 'asio' 'cmake' 'git')
install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a91e2ddf00f8149fdedfe6637fbcef90')
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+prepare() {
+ cd $srcdir/${pkgname}
+ git submodule update --init
+}
+
build() {
- cd $srcdir/${pkgname}-$pkgver
+ cd $srcdir/${pkgname}
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr
@@ -26,7 +31,7 @@
}
package() {
- cd $srcdir/${pkgname}-$pkgver
+ cd $srcdir/${pkgname}
make DESTDIR=$pkgdir install
}
More information about the arch-commits
mailing list