summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHMH2021-10-30 21:44:22 +0200
committerHMH2021-10-30 21:44:22 +0200
commitc58ad247c68f6bd231bfe89eac469769264241c5 (patch)
tree8b7a87db455297b1c079ecef9d56af742390ad50
parentac3c85039de9b88fb4ee1897da3b397ec6aefbc4 (diff)
downloadaur-c58ad247c68f6bd231bfe89eac469769264241c5.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 fef1f2c050ec..2897961a653b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = weylus
pkgdesc = 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
@@ -24,8 +24,9 @@ pkgbase = weylus
depends = ffmpeg
depends = dbus
depends = gst-plugins-base-libs
+ optdepends = gst-plugin-pipewire: Wayland support
conflicts = weylus-bin
- source = weylus-0.11.2.zip::https://github.com/H-M-H/Weylus/archive/v0.11.2.zip
+ source = weylus-0.11.3.zip::https://github.com/H-M-H/Weylus/archive/v0.11.3.zip
sha256sums = 0d0be95b5f13f508cba44905043c21ad6511d7f4961b23ba356fc05d7318238e
pkgname = weylus
diff --git a/PKGBUILD b/PKGBUILD
index 5683ab40f490..cc24725c1713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HMH <henry@freedesk.net>
pkgname=weylus
-pkgver=0.11.2
+pkgver=0.11.3
pkgrel=1
pkgdesc="Use your tablet as graphic tablet/touch screen on your computer."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/H-M-H/Weylus"
license=('AGPL3')
conflicts=('weylus-bin')
source=("$pkgname-$pkgver.zip::https://github.com/H-M-H/Weylus/archive/v$pkgver.zip")
-sha256sums=('0d0be95b5f13f508cba44905043c21ad6511d7f4961b23ba356fc05d7318238e')
+sha256sums=('5c8af860ae23a71203d547a5f1d8012bf51c00543ad1110d0fceb0de0c3ae33d')
makedepends=(rust typescript gcc libx11 pkg-config git make cmake)
@@ -25,3 +25,4 @@ package() {
}
depends=(libxtst libxcursor libxinerama libxft libxrandr libxcomposite libdrm libva ffmpeg dbus gst-plugins-base-libs)
+optdepends=("gst-plugin-pipewire: Wayland support")