summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHMH2021-05-07 17:12:00 +0200
committerHMH2021-05-07 17:12:00 +0200
commitc1f330dbfa31aef329e72f0237dbdcb452357acb (patch)
treedfff0217a7acfcfcbdf9314a337570040fdaa33c
parent06ccc124d3d02d79767ce64bcb8f2180dcedd9f9 (diff)
downloadaur-c1f330dbfa31aef329e72f0237dbdcb452357acb.tar.gz
v0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 009e4eca9c98..f7427052a928 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.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://github.com/H-M-H/Weylus
arch = x86_64
@@ -25,8 +25,8 @@ pkgbase = weylus
depends = dbus
depends = gst-plugins-base-libs
conflicts = weylus-bin
- source = weylus-0.11.0.zip::https://github.com/H-M-H/Weylus/archive/v0.11.0.zip
- sha256sums = 8f015e86233549d735457b65c568a71194fecdef7348e916a7b37b5fa919ce17
+ source = weylus-0.11.1.zip::https://github.com/H-M-H/Weylus/archive/v0.11.1.zip
+ sha256sums = a12f83f82f671d771a40e0dec1cbdf6fc93a4456e9d7b3125c67fdf78f2730a1
pkgname = weylus
diff --git a/PKGBUILD b/PKGBUILD
index 1c34ac686a97..48e8faf783db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HMH <henry@freedesk.net>
pkgname=weylus
-pkgver=0.11.0
+pkgver=0.11.1
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=('8f015e86233549d735457b65c568a71194fecdef7348e916a7b37b5fa919ce17')
+sha256sums=('a12f83f82f671d771a40e0dec1cbdf6fc93a4456e9d7b3125c67fdf78f2730a1')
makedepends=(rust typescript gcc libx11 pkg-config git make cmake)