Date: Sunday, September 27, 2020 @ 16:48:13 Author: heftig Revision: 396756
3.38.0-1 Modified: lightsoff/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-27 16:48:06 UTC (rev 396755) +++ PKGBUILD 2020-09-27 16:48:13 UTC (rev 396756) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=lightsoff -pkgver=3.36.0 +pkgver=3.38.0 pkgrel=1 pkgdesc="Turn off all the lights" url="https://wiki.gnome.org/Apps/Lightsoff" @@ -11,7 +11,7 @@ depends=(clutter-gtk librsvg) makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) groups=(gnome-extra) -_commit=064870314de4c5ae5929a2476d6211ee48c5c0ce # tags/3.36.0^0 +_commit=80052f708313dc1c1a8cfaca40d50e4ee9f77a27 # tags/3.38.0^0 source=("git+https://gitlab.gnome.org/GNOME/lightsoff.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
