summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHMH2021-10-30 22:03:30 +0200
committerHMH2021-10-30 22:03:30 +0200
commitaef23adeae868458f35be3afaed54557ff02cb86 (patch)
treed98abced83b5e86ee00c8e3b5cb5dd098556184c /PKGBUILD
parent31750992cc8e57f5021cf336bc224d0dfd472777 (diff)
downloadaur-aef23adeae868458f35be3afaed54557ff02cb86.tar.gz
v0.11.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cebec5032111..1874832e6649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: HMH <henry@freedesk.net>
pkgname=weylus-bin
-pkgver=0.11.2
+pkgver=0.11.3
pkgrel=1
pkgdesc="Weylus - Use your tablet as graphic tablet/touch screen on your computer."
arch=('x86_64')
url="https://github.com/H-M-H/Weylus"
license=('AGPL3')
source=("$pkgname-$pkgver.zip::https://github.com/H-M-H/Weylus/releases/download/v$pkgver/linux.zip")
-sha256sums=('3dcd93c8a320c5b93ebaa01dcda5385ea54d4c5d5132288082bd93c9ad9eb9ba')
+sha256sums=('51dc2d772594f2c4bda0228bb1ea22ae2a4a889390d7d6ba409ee606915ca27f')
package() {
install -vDm755 weylus "$pkgdir/usr/bin/weylus"
@@ -16,3 +16,4 @@ package() {
}
depends=(libxtst libxcursor libxinerama libxft libxrandr libxcomposite libva gst-plugins-base-libs dbus)
+optdepends=("gst-plugin-pipewire: Wayland support")