summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-07-10 09:04:03 -0600
committerMark Wagie2021-07-10 09:04:03 -0600
commitfc49ddd0ab651f4b69d54c7b4e10b910db3fa1fb (patch)
treecce63f2f2db4f9f81cdeed79f35890d97f29f9d4
parentc3cba99c7ec5a84398c10fd0f1b9b5e119a368f3 (diff)
downloadaur-fc49ddd0ab651f4b69d54c7b4e10b910db3fa1fb.tar.gz
Forgot something...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f43102a6a65..30c25b1d4c7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = touche
pkgdesc = The desktop application to configure Touchégg
pkgver = 1.0.6
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/JoseExposito/touche
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index ea80932abce4..8081a0749d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=touche
pkgver=1.0.6
-pkgrel=4
+pkgrel=5
pkgdesc="The desktop application to configure Touchégg "
arch=('x86_64')
url="https://github.com/JoseExposito/touche"
@@ -24,6 +24,8 @@ build() {
else
arch-meson . build -Dtarget-de=gnome
fi
+
+ meson compile -C build
}
check() {