summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHMH2021-07-10 20:45:05 +0200
committerHMH2021-07-10 20:45:05 +0200
commitac3c85039de9b88fb4ee1897da3b397ec6aefbc4 (patch)
treed645271e0c8f965ff6d5403cc4825dbbb5c11d94
parentc1f330dbfa31aef329e72f0237dbdcb452357acb (diff)
downloadaur-ac3c85039de9b88fb4ee1897da3b397ec6aefbc4.tar.gz
v0.11.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7427052a928..fef1f2c050ec 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.1
+ pkgver = 0.11.2
pkgrel = 1
url = https://github.com/H-M-H/Weylus
arch = x86_64
@@ -25,8 +25,7 @@ pkgbase = weylus
depends = dbus
depends = gst-plugins-base-libs
conflicts = weylus-bin
- source = weylus-0.11.1.zip::https://github.com/H-M-H/Weylus/archive/v0.11.1.zip
- sha256sums = a12f83f82f671d771a40e0dec1cbdf6fc93a4456e9d7b3125c67fdf78f2730a1
+ source = weylus-0.11.2.zip::https://github.com/H-M-H/Weylus/archive/v0.11.2.zip
+ sha256sums = 0d0be95b5f13f508cba44905043c21ad6511d7f4961b23ba356fc05d7318238e
pkgname = weylus
-
diff --git a/PKGBUILD b/PKGBUILD
index 48e8faf783db..5683ab40f490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HMH <henry@freedesk.net>
pkgname=weylus
-pkgver=0.11.1
+pkgver=0.11.2
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=('a12f83f82f671d771a40e0dec1cbdf6fc93a4456e9d7b3125c67fdf78f2730a1')
+sha256sums=('0d0be95b5f13f508cba44905043c21ad6511d7f4961b23ba356fc05d7318238e')
makedepends=(rust typescript gcc libx11 pkg-config git make cmake)