summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2016-07-04 10:30:13 +0200
committerFrederic Bezies2016-07-04 10:30:13 +0200
commit244f7bed75fd9b9b7d8051b6d48b9d8c0e6f7fbb (patch)
tree969bba177c149fbe2f45c21164aba0fb6c1fc1bd /PKGBUILD
parent1334e502cb71130cb076d7a787e1bbc35264b87e (diff)
downloadaur-244f7bed75fd9b9b7d8051b6d48b9d8c0e6f7fbb.tar.gz
Some tweaking I missed !
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24553e29a925..3fbf53254695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=quakespasm
pkgver=0.92.0
-pkgrel=1
+pkgrel=2
pkgdesc="A modern Quake 1 engine. Forked from Fitzquake and improved in many ways such as Vorbis/MP3 support for music. Stable version"
arch=('i686' 'x86_64')
url="http://quakespasm.sourceforge.net"
license=('GPL2')
depends=('libvorbis' 'libmad' 'sdl2')
-makedepends=('subversion')
+conflicts=('quakespasm-svn')
install=$pkgname.install
source=(https://sourceforge.net/projects/quakespasm/files/Source/$pkgname-$pkgver.tgz)
md5sums=('d7ba2b9eaca198f32f60eeabc1f02db1')