summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-12-05 16:15:43 -0500
committerbrent s2016-12-05 16:15:43 -0500
commit4a254be2d3cfb6c430782eaabfb0de6d89ef45a9 (patch)
treecf4499067caa6a6b4ce98da6cc7ede0f0472220d
parentc15d2700cf6b93a0fbd1de8564351ed6d0574dcb (diff)
downloadaur-quake2world-git.tar.gz
adding dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5bab7c9101e..5a493d90a1bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jun 25 21:27:59 UTC 2016
+# Mon Dec 5 21:15:43 UTC 2016
pkgbase = quake2world-git
pkgdesc = A free, stand-alone, multiplayer-only iteration of Quake2
- pkgver = r2493.f1fb32c
- pkgrel = 3
+ pkgver = r3140.ac83e5e
+ pkgrel = 1
url = http://quetoo.org
install = quake2world.install
arch = i686
@@ -17,6 +17,7 @@ pkgbase = quake2world-git
depends = curl
depends = sdl2_image
depends = sdl2_mixer
+ depends = objectivelymvc-git
optdepends = quake2world-data-git: the game data files
source = git+https://github.com/jdolan/quake2world.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1ea7f16a30c4..737a9a7eb38c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
pkgname=quake2world-git
-pkgver=r2493.f1fb32c
-pkgrel=3
+pkgver=r3140.ac83e5e
+pkgrel=1
pkgdesc="A free, stand-alone, multiplayer-only iteration of Quake2"
arch=('i686' 'x86_64')
url="http://quetoo.org"
license=('GPL')
source=(git+https://github.com/jdolan/quake2world.git)
sha512sums=('SKIP')
-depends=('sdl2' 'curl' 'sdl2_image' 'sdl2_mixer')
+depends=('sdl2' 'curl' 'sdl2_image' 'sdl2_mixer' 'objectivelymvc-git')
makedepends=('sdl2' 'sdl2_mixer' 'sdl2_image' 'physfs')
optdepends=(
'quake2world-data-git: the game data files'