summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-01-26 20:51:41 -0800
committerLlewelyn Trahaearn2016-01-26 20:51:41 -0800
commit029b5fad37a4a284e3ac5e28f87c49f52527e2e9 (patch)
tree7681754ac308502ea36af3bc1f548f2307556a42 /PKGBUILD
parenta3826d0ff876de43ad8b9694c68572dcb5bcca4c (diff)
downloadaur-029b5fad37a4a284e3ac5e28f87c49f52527e2e9.tar.gz
Dependency tuning.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8dd5f5fe531a..1cd5448478a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A free, open source, portable framework for OpenGL application developm
arch=('i686' 'x86_64')
url="http://www.glfw.org/"
license=('ZLIB')
-depends=('libgl' 'libxrandr' 'glu')
+depends=('glu' 'libgl' 'libxrandr')
makedepends=('mesa')
source=("http://downloads.sourceforge.net/sourceforge/glfw/glfw-${pkgver}.tar.bz2")
sha512sums=('78f36d85734bc6689bd51f6af96f4f1773a57c62e7b1ff7ac9b88f4c3c6915685cb967350c2eaf94179df0db14973d543498aa490d6f9d6a9d4eddd5d1771201')