summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-14 08:53:37 -0600
committerMark Wagie2023-03-14 08:53:37 -0600
commitf785c416426f4598aa82f6f7c39a5a2f055a984f (patch)
treec998dbca30cfe82262c562e99c090225f84bbd86
parentedf47cf250db775423ed2749c0d13be3a5642768 (diff)
downloadaur-f785c416426f4598aa82f6f7c39a5a2f055a984f.tar.gz
2.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9cab223c598..a7fca79f39cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = touche
pkgdesc = The desktop application to configure Touchégg
- pkgver = 2.0.7
+ pkgver = 2.0.8
pkgrel = 1
url = https://github.com/JoseExposito/touche
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = touche
depends = libadwaita
depends = touchegg
provides = libtouche.so
- source = touche-2.0.7.tar.gz::https://github.com/JoseExposito/touche/archive/2.0.7.tar.gz
- sha256sums = 1ce31040bf5c7efa3361a695088675b94b7eaaed6f0b3bea11d3574f40367eed
+ source = touche-2.0.8.tar.gz::https://github.com/JoseExposito/touche/archive/2.0.8.tar.gz
+ sha256sums = 7d9c2594c5db1bd3c343f398910c1d1a62393ecde7d44b3af55e6a0f6ca3ef72
pkgname = touche
diff --git a/PKGBUILD b/PKGBUILD
index d374702319ec..e41fbc805b18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=touche
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=1
pkgdesc="The desktop application to configure Touchégg "
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('gobject-introspection' 'meson' 'npm')
checkdepends=('appstream-glib')
provides=('libtouche.so')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('1ce31040bf5c7efa3361a695088675b94b7eaaed6f0b3bea11d3574f40367eed')
+sha256sums=('7d9c2594c5db1bd3c343f398910c1d1a62393ecde7d44b3af55e6a0f6ca3ef72')
build() {
cd "$pkgname-$pkgver"