diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-29 03:33:12 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-29 03:33:12 +0000 |
commit | 59b98e5d487a93e706f9a34568b6dc1bd317e89e (patch) | |
tree | f4e6438f0d880ab85ad1fa777100866e8d5728b1 /community/springlobby | |
parent | def73efccccb818d214cb818e8b4de8385444a43 (diff) |
Sat Mar 29 03:28:40 UTC 2014
Diffstat (limited to 'community/springlobby')
-rw-r--r-- | community/springlobby/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD index 13f6de688..ea8d7003c 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 108052 2014-03-21 20:04:05Z svenstaro $ +# $Id: PKGBUILD 108537 2014-03-28 06:23:41Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: DuGi <dugi@irc.pl> pkgname=springlobby -pkgver=0.182 +pkgver=0.186 pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ optdepends=('sdl' 'sdl_sound' 'sdl_mixer') makedepends=('boost' 'asio' 'cmake') install=springlobby.install source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2) -md5sums=('d20ce337747374b9a4ec51c5fa6f5202') +md5sums=('95d7a77f180dc35873d6bb31435591e1') build() { cd $srcdir/${pkgname}-$pkgver |