diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-15 12:35:13 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-15 12:35:13 -0200 |
commit | 0f31da6aa88b27143b141ab1e936f49ecf4e6f64 (patch) | |
tree | 3c09a46a73d0f574a2d8cf9c73ddd5012278a197 /pcr | |
parent | d8a160f26f1a1d616530c74be96dc3a436f6c277 (diff) | |
parent | 363454a11762dcdd286c5e45475ee343386b56d7 (diff) | |
download | abslibre-0f31da6aa88b27143b141ab1e936f49ecf4e6f64.tar.gz abslibre-0f31da6aa88b27143b141ab1e936f49ecf4e6f64.tar.bz2 abslibre-0f31da6aa88b27143b141ab1e936f49ecf4e6f64.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/xonotic-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/xonotic-git/PKGBUILD b/pcr/xonotic-git/PKGBUILD index 7075a33a8..0a2ec7dca 100644 --- a/pcr/xonotic-git/PKGBUILD +++ b/pcr/xonotic-git/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Alexander Suhoverhov <cy at ngs dot ru> pkgname=xonotic-git -pkgver=20130213 +pkgver=20130214 pkgrel=1 pkgdesc="A free, fast-paced crossplatform first-person shooter" arch=('i686' 'x86_64') @@ -22,7 +22,7 @@ depends=( 'sdl' 'curl' ) -makedepends=('git' 'p7zip' 'zip' 'unzip' 'vorbis-tools' 'sdl' 'mesa' 'imagemagick') +makedepends=('git' 'p7zip' 'zip' 'unzip' 'vorbis-tools' 'sdl' 'mesa' 'imagemagick' 'gmqcc-git') optdepends=( 'libtheora: recording in ogv' #'d0_blind_id-git: crypto libraries for player authentification' |