summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2016-09-11 22:56:54 -0400
committerSlashbunny2016-09-11 22:56:54 -0400
commite0b413d53b26d44d2158cf15bc644cb557e8eac6 (patch)
tree806767937c93c21f85c675dbb7c59fe06cb5b10a
parent926f81b7a393c34da09c83ec4ac33d469ad04ba0 (diff)
downloadaur-e0b413d53b26d44d2158cf15bc644cb557e8eac6.tar.gz
Update deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c66d7612606..9176242a8a4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Jun 18 19:07:02 UTC 2016
+# Mon Sep 12 02:56:33 UTC 2016
pkgbase = ezquake
pkgdesc = One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play.
pkgver = 3.0
- pkgrel = 2
+ pkgrel = 3
url = http://ezquake.sourceforge.net/
install = ezquake.install
arch = x86_64
license = GPL
makedepends = unzip
+ makedepends = vim
depends = curl
depends = expat
depends = jansson
@@ -18,6 +19,7 @@ pkgbase = ezquake
depends = sdl2
provides = quake
provides = fuhquake
+ conflicts = ezquake-git
conflicts = fuhquake
noextract = ezquake_linux64_3.0-full.tar.gz
source = https://github.com/ezQuake/ezquake-source/archive/v3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 15a9ffb2ee1c..2a60c9e07f90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ezquake
pkgver=3.0
-pkgrel=2
+pkgrel=3
pkgdesc="One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play."
url="http://ezquake.sourceforge.net/"
license=('GPL')
depends=('curl' 'expat' 'jansson' 'libjpeg-turbo' 'libpng' 'openssl' 'sdl2')
-makedepends=('unzip')
-conflicts=('fuhquake')
+makedepends=('unzip' 'vim')
+conflicts=('ezquake-git' 'fuhquake')
provides=('quake' 'fuhquake')
arch=('x86_64')
install=ezquake.install