diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-26 02:22:43 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-26 02:22:43 -0200 |
commit | 155ca5fb8c8648f8a69295097a0044380291917a (patch) | |
tree | 4acb83cda6844723d43e6d102f3873e72ceedf60 /pcr/nexuiz | |
parent | 7e64f3e2f53da081c5d9acb791d20c0fb8652657 (diff) | |
download | abslibre-155ca5fb8c8648f8a69295097a0044380291917a.tar.gz abslibre-155ca5fb8c8648f8a69295097a0044380291917a.tar.bz2 abslibre-155ca5fb8c8648f8a69295097a0044380291917a.zip |
nexuiz and nexuiz-data: fixing url
Diffstat (limited to 'pcr/nexuiz')
-rw-r--r-- | pcr/nexuiz/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/nexuiz/PKGBUILD b/pcr/nexuiz/PKGBUILD index 5c3b50899..0dc56d81b 100644 --- a/pcr/nexuiz/PKGBUILD +++ b/pcr/nexuiz/PKGBUILD @@ -8,10 +8,10 @@ pkgname=nexuiz pkgver=2.5.2 _zipver=252 -pkgrel=2.2 +pkgrel=2.3 arch=('i686' 'x86_64') pkgdesc="A free software first person shooter" -url="http://www.alientrap.org/games/nexuiz/" +url="http://www.alientrap.org/games/nexuiz" license=("GPL") depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm' 'libxxf86dga' 'libxxf86vm' 'sdl' 'nexuiz-data' 'libpng>=1.4.0') makedepends=('mesa') |