summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHMH2021-10-30 22:03:30 +0200
committerHMH2021-10-30 22:03:30 +0200
commitaef23adeae868458f35be3afaed54557ff02cb86 (patch)
treed98abced83b5e86ee00c8e3b5cb5dd098556184c
parent31750992cc8e57f5021cf336bc224d0dfd472777 (diff)
downloadaur-aef23adeae868458f35be3afaed54557ff02cb86.tar.gz
v0.11.3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb435a896bc4..f8940aa49815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = weylus-bin
pkgdesc = Weylus - Use your tablet as graphic tablet/touch screen on your computer.
- pkgver = 0.11.2
+ pkgver = 0.11.3
pkgrel = 1
url = https://github.com/H-M-H/Weylus
arch = x86_64
@@ -14,7 +14,8 @@ pkgbase = weylus-bin
depends = libva
depends = gst-plugins-base-libs
depends = dbus
- source = weylus-bin-0.11.2.zip::https://github.com/H-M-H/Weylus/releases/download/v0.11.2/linux.zip
+ optdepends = gst-plugin-pipewire: Wayland support
+ source = weylus-bin-0.11.3.zip::https://github.com/H-M-H/Weylus/releases/download/v0.11.3/linux.zip
sha256sums = 3dcd93c8a320c5b93ebaa01dcda5385ea54d4c5d5132288082bd93c9ad9eb9ba
pkgname = weylus-bin
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")