summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2017-03-20 16:05:03 +0100
committerSanskritFritz2017-03-20 16:05:03 +0100
commit0944c05e6445fa9595d4d4a47aca4c44ce5a485e (patch)
treedb7c26d2bbbe9a10ad4c90b5e8842c22b758a9b8
parentd55de9735bf7121f4e8f2fe2914a5035238be551 (diff)
downloadaur-0944c05e6445fa9595d4d4a47aca4c44ce5a485e.tar.gz
libgl was the correct dependency to add.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f2558391d68..03f441a54a9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting la
arch=('i686' 'x86_64')
url="http://love2d.org/"
license=('zlib')
-depends=('desktop-file-utils' 'devil' 'freetype2' 'hicolor-icon-theme' 'libmodplug' 'libvorbis' 'luajit' 'mpg123' 'openal' 'physfs' 'sdl' 'shared-mime-info' 'glu')
+depends=('desktop-file-utils' 'devil' 'freetype2' 'hicolor-icon-theme' 'libmodplug' 'libvorbis' 'luajit' 'mpg123' 'openal' 'physfs' 'sdl' 'shared-mime-info' 'libgl')
install=$pkgname.install
source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz"
"https://bitbucket.org/rude/love/raw/$pkgver/license.txt"