summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-03-27 12:05:22 -0600
committerMark Wagie2022-03-27 12:05:22 -0600
commitea9478beb1a69cea23e0b7548b2a8315c113d8c1 (patch)
tree3658e84455e8d84feac8d75e5fb92cdf4253123e
parent4e7bcd4a226ffe931bdc68d03dc8a1aeb807e783 (diff)
downloadaur-ea9478beb1a69cea23e0b7548b2a8315c113d8c1.tar.gz
2.0.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8f78d39695c..c2d5b01eae96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = touche
pkgdesc = The desktop application to configure Touchégg
pkgver = 2.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JoseExposito/touche
arch = x86_64
license = GPL3
@@ -14,6 +14,6 @@ pkgbase = touche
depends = touchegg
provides = libtouche.so
source = touche-2.0.5.tar.gz::https://github.com/JoseExposito/touche/archive/2.0.5.tar.gz
- sha256sums = 4c3b8988cd2e324d67077a5914b094c11e9e850d11f8a0bcbf9e6a9a3d7b445a
+ sha256sums = 9e332737ac8a1402f32f97b7715086c8e0ad055d83b7f65fb2d2c2ae8d298a1a
pkgname = touche
diff --git a/PKGBUILD b/PKGBUILD
index 20d789f0bd1d..93f1cf3b09d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=touche
pkgver=2.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="The desktop application to configure Touchégg "
arch=('x86_64')
url="https://github.com/JoseExposito/touche"
@@ -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=('4c3b8988cd2e324d67077a5914b094c11e9e850d11f8a0bcbf9e6a9a3d7b445a')
+sha256sums=('9e332737ac8a1402f32f97b7715086c8e0ad055d83b7f65fb2d2c2ae8d298a1a')
build() {
cd "$pkgname-$pkgver"
@@ -24,9 +24,7 @@ build() {
check() {
cd "$pkgname-$pkgver"
-
- # Validate appstream file fails
- meson test -C build 'Validate desktop file' 'Validate schema file' --print-errorlogs
+ meson test -C build --print-errorlogs
}
package() {