diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-01 09:30:54 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-01 09:30:54 +0200 |
commit | de07e6523dc20f8974ff7252fa3cd85889edcd31 (patch) | |
tree | 68fbecb38319faa111bf4ada3bc10deb2c426d09 /community/springlobby | |
parent | e1e2e8d3cae181f786ecc988e86152a99ad882a8 (diff) | |
parent | c623429f33c434cb1cb11974d9e71f48dd5a881f (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/bitcoin/PKGBUILD
community/gnash/PKGBUILD
community/picard/PKGBUILD
community/python2-tagpy/PKGBUILD
community/sigil/PKGBUILD
extra/avogadro/PKGBUILD
extra/barcode/PKGBUILD
extra/libpst/PKGBUILD
extra/mkvtoolnix/PKGBUILD
extra/vigra/PKGBUILD
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 ab150c54f..f5d7593a6 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 84408 2013-02-18 18:31:08Z svenstaro $ +# $Id: PKGBUILD 87440 2013-03-31 19:18:58Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: DuGi <dugi@irc.pl> pkgname=springlobby -pkgver=0.168 +pkgver=0.169 pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." arch=('i686' 'x86_64' 'mips64el') @@ -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=('e8ab284a3ec1036b126676ed866dc4a3') +md5sums=('1eb265268ac39d9b7e8fec90df92ff3d') build() { cd $srcdir/${pkgname}-$pkgver |