summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthe_lf2015-09-06 02:03:59 +0000
committerthe_lf2015-09-06 02:03:59 +0000
commit10b2d314447914679e11c8849cefbbc165d5b2f5 (patch)
treed0061b59a2c3b14ba9b2edda97e26c68bc60bf92
parent8456af309c7c2954839f5972c00b60b35eab5ccd (diff)
downloadaur-10b2d314447914679e11c8849cefbbc165d5b2f5.tar.gz
lighthouse requires gtk3 now. :(
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a65343c0c3ef..c8afc24a0222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=r173.a9b41fa
arch=('any') # I haven't tested it on ARM but it most likely works
url='https://github.com/emgram769/lighthouse'
license=('MIT')
-depends=('libx11' 'libxcb' 'cairo')
+depends=('libx11' 'libxcb' 'cairo' 'gtk3')
makedepends=('git')
optdepends=('python2: for the included cmd.py')
source=('git://github.com/emgram769/lighthouse.git' lighthouse-git.install)