summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2015-07-07 11:12:13 -0400
committerJameson Pugh2015-07-07 11:12:13 -0400
commitf6c24967e0b30b56560cf8bf7ce73eff3aa132cd (patch)
tree1d28ea9de3a5912faea7448c0f077fccbb0bf178
parent4c96044b85730ca7a38c97480ff419baa3ab81be (diff)
downloadaur-f6c24967e0b30b56560cf8bf7ce73eff3aa132cd.tar.gz
Updated dependancies on lib32-libjpeg and lib32-glu
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3905fdf57ebc..82ad890127c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Rene Schoebel (wesley) <schoebel.r at gmail dot com>
pkgname=openjk-git
-pkgver=1299.9fcc435
+pkgver=2970.cdce4e6
pkgrel=1
pkgdesc="Open Source Jedi Knight II + III Engine"
arch=('i686' 'x86_64')
url="https://github.com/Razish/OpenJK"
license=('GPL')
-depends=('lib32-libgl' 'lib32-openal' 'lib32-zlib' 'lib32-sdl2')
-optdepends=('lib32-libpng' 'lib32-libjpeg')
+depends=('lib32-libgl' 'lib32-openal' 'lib32-zlib' 'lib32-sdl2' 'lib32-libjpeg' 'lib32-glu')
+optdepends=('lib32-libpng')
makedepends=('cmake' 'yasm')
provides=(openjk)
conflicts=(openjk)