summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b891e08040d2..8d7212afd30c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = weylus-bin
pkgdesc = Weylus - Use your tablet as graphic tablet/touch screen on your computer.
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/H-M-H/Weylus
arch = x86_64
license = AGPL3
@@ -11,6 +11,7 @@ pkgbase = weylus-bin
depends = libxft
depends = libxrandr
depends = libxcomposite
+ depends = glu
source = weylus-bin-0.8.0.zip::https://github.com/H-M-H/Weylus/releases/download/v0.8.0/linux.zip
sha256sums = b1fb30c6d7d24c9861a56e18c7cc3fcf650b13fabf465ae115d3842bb0c8956a
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)