summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHMH2021-04-16 16:45:29 +0200
committerHMH2021-04-16 16:45:29 +0200
commit3805436cf87d901a0f7c4bbe21977399614460b0 (patch)
treebabc3b636c6c46a65c5f2f8d7a33474527c2a211
parentf418d508fd4cff91adbf50ffd9f5681ecffb16dc (diff)
downloadaur-3805436cf87d901a0f7c4bbe21977399614460b0.tar.gz
v0.11.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 635091094d10..a929eda522e3 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.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/H-M-H/Weylus
arch = x86_64
@@ -12,8 +12,10 @@ pkgbase = weylus-bin
depends = libxrandr
depends = libxcomposite
depends = libva
- source = weylus-bin-0.10.0.zip::https://github.com/H-M-H/Weylus/releases/download/v0.10.0/linux.zip
- sha256sums = f05c299f78334a4806b04a8460481a21d7965793ce98bba415da27fee6eba7a1
+ depends = gst-plugins-base-libs
+ depends = dbus
+ source = weylus-bin-0.11.0.zip::https://github.com/H-M-H/Weylus/releases/download/v0.11.0/linux.zip
+ sha256sums = 0f3fc5c4b71278eba093750ce44037d30c57599dc4bdb58972223c40919db53d
pkgname = weylus-bin
diff --git a/PKGBUILD b/PKGBUILD
index ecb728ddb6d2..441944924336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: HMH <henry@freedesk.net>
pkgname=weylus-bin
-pkgver=0.10.0
+pkgver=0.11.0
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=('f05c299f78334a4806b04a8460481a21d7965793ce98bba415da27fee6eba7a1')
+sha256sums=('0f3fc5c4b71278eba093750ce44037d30c57599dc4bdb58972223c40919db53d')
package() {
install -vDm755 weylus "$pkgdir/usr/bin/weylus"
install -vDm755 "weylus.desktop" "${pkgdir}/usr/share/applications/weylus.desktop"
}
-depends=(libxtst libxcursor libxinerama libxft libxrandr libxcomposite libva)
+depends=(libxtst libxcursor libxinerama libxft libxrandr libxcomposite libva gst-plugins-base-libs dbus)