diff --git a/srcpkgs/touche/template b/srcpkgs/touche/template index a960990..1cb5baa 100644 --- a/srcpkgs/touche/template +++ b/srcpkgs/touche/template @@ -1,25 +1,20 @@ # Template file for 'touche' pkgname=touche -version=2.0.9 +version=2.0.11 revision=1 repository="cereus-extra" build_style=meson -hostmakedepends="cmake awk" +hostmakedepends="cmake" makedepends="gobject-introspection appstream-glib-devel nodejs gjs-devel libadwaita-devel desktop-file-utils pkg-config gettext-devel" provides="libtouche.so.0" depends="touchegg gjs libadwaita" short_desc="The desktop application to configure Touchégg" -maintainer="Kevin F. " +maintainer="Kevin Figueroa " license="GPL-3.0-or-later" homepage="https://github.com/JoseExposito/touche" changelog="${homepage}/releases/tag/${version}" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=acca74dad75418a5aecdafe0fe2c2ae9b32c143c595a39173090083c3919c167 - -pre_configure() { - # Clock skew detected - find . -exec touch {} \; -} +checksum=8ad5112267c3546dfd59ba6d604b8b66fd141926ebde4c8946a79932adac907c pre_build() { export npm_config_cache="./npm_cache"