diff options
Diffstat (limited to 'community/warmux/PKGBUILD')
-rw-r--r-- | community/warmux/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/warmux/PKGBUILD b/community/warmux/PKGBUILD index 9a35825f6..9d94d0609 100644 --- a/community/warmux/PKGBUILD +++ b/community/warmux/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 90103 2013-05-06 19:39:59Z foutrelis $ +# $Id: PKGBUILD 100935 2013-11-13 12:48:40Z heftig $ # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: pukyxd # Maintainer: Daenyth <Daenyth+Arch AT gmail DOT com> pkgname=warmux pkgver=11.04.1 -pkgrel=6 +pkgrel=7 pkgdesc="A clone of the worms game" arch=('i686' 'x86_64') -url="http://www.wormux.org/" +url="http://gna.org/projects/warmux/" license=('GPL') makedepends=('pkgconfig' 'libxml++' 'sdl_image' 'sdl_gfx>=2.0.24' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'curl>=7.16.2' 'gcc-libs' 'libxml2') replaces=('wormux') |