diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-19 10:18:40 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-19 10:18:40 +0100 |
commit | 855edb52bd8eb32bb11173a398fa09c1341dc165 (patch) | |
tree | 69cff40a41a26d50c223a3f3e6f124aa77f84aab /community/springlobby | |
parent | 1e538deedf51f262df84448dc04f23a669e43542 (diff) | |
parent | ba105c9a82cf668f973a140c1792a3c02589980d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ettercap/PKGBUILD
extra/gdm/PKGBUILD
extra/libgnome/PKGBUILD
extra/maxima/PKGBUILD
extra/poppler/PKGBUILD
Diffstat (limited to 'community/springlobby')
-rw-r--r-- | community/springlobby/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD index 01cabafc7..ab150c54f 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 83278 2013-01-28 16:50:15Z stephane $ +# $Id: PKGBUILD 84408 2013-02-18 18:31:08Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: DuGi <dugi@irc.pl> pkgname=springlobby -pkgver=0.159 -pkgrel=2 +pkgver=0.168 +pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." arch=('i686' 'x86_64' 'mips64el') url="http://springlobby.info/" @@ -14,7 +14,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=('9a8e89c32dd49a51332e446e47dc1be1') +md5sums=('e8ab284a3ec1036b126676ed866dc4a3') build() { cd $srcdir/${pkgname}-$pkgver |