summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2016-07-29 00:40:59 +0200
committerspider-mario2016-07-29 00:40:59 +0200
commitd64cd81f1fbd162c49731a84e9b8e7ad9f843ffc (patch)
treec6cc3574bc47e80bfedfb2374319a61a58b2bed2
parent3acbe62061144bec57656b25ff84fce275fdabee (diff)
downloadaur-d64cd81f1fbd162c49731a84e9b8e7ad9f843ffc.tar.gz
Fix dependency on libgl
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d13785334a1d..63cc315e21e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Jul 7 18:50:46 UTC 2016
+# Thu Jul 28 22:40:26 UTC 2016
pkgbase = wakfu-transition
pkgdesc = A turn-based tactical Massively Multiplayer Online Role-playing Game (MMORPG) written in Java/OpenGL.
pkgver = 1.38
- pkgrel = 2
+ pkgrel = 3
url = http://www.wakfu.com/
install = wakfu.install
arch = i686
arch = x86_64
license = custom
- depends = libglapi
+ depends = libgl
depends = openal
depends = java-environment
depends = ankama-transition
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')