summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorspider-mario2016-07-29 00:40:59 +0200
committerspider-mario2016-07-29 00:40:59 +0200
commitd64cd81f1fbd162c49731a84e9b8e7ad9f843ffc (patch)
treec6cc3574bc47e80bfedfb2374319a61a58b2bed2 /PKGBUILD
parent3acbe62061144bec57656b25ff84fce275fdabee (diff)
downloadaur-d64cd81f1fbd162c49731a84e9b8e7ad9f843ffc.tar.gz
Fix dependency on libgl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1795a2d9fcb9..8442246f70fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: raingloom <raingloom42@gmail.com>
pkgname=wakfu-transition
pkgver=1.38
-pkgrel=2
+pkgrel=3
pkgdesc="A turn-based tactical Massively Multiplayer Online Role-playing Game (MMORPG) written in Java/OpenGL."
arch=('i686' 'x86_64')
url="http://www.wakfu.com/"
license=( "custom" )
-depends=('libglapi' 'openal' 'java-environment' 'ankama-transition')
+depends=('libgl' 'openal' 'java-environment' 'ankama-transition')
provides=('wakfu')
conflicts=('wakfu')
replaces=('wakfu')