summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHMH2020-07-13 17:01:10 +0200
committerHMH2020-07-13 17:01:10 +0200
commit48c924fc8e3a52b64f1ba65409199678f9df5ed8 (patch)
tree43c3d389b065f7b6e1e067774dffd33678be181c /PKGBUILD
parent14df0c43402788f2a288ca64721dd776b8fb6bfa (diff)
downloadaur-48c924fc8e3a52b64f1ba65409199678f9df5ed8.tar.gz
Add missing dependency glu.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbc1f4795c98..1e7a33136b5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=weylus-bin
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Weylus - Use your tablet as graphic tablet/touch screen on your computer."
arch=('x86_64')
url="https://github.com/H-M-H/Weylus"
@@ -14,4 +14,4 @@ package() {
install -vDm755 weylus "$pkgdir/usr/bin/weylus"
}
-depends=(libxtst libxcursor libxinerama libxft libxrandr libxcomposite)
+depends=(libxtst libxcursor libxinerama libxft libxrandr libxcomposite glu)