Date: Thursday, March 25, 2021 @ 23:50:37 Author: heftig Revision: 411024
40.0.1-1 Modified: lightsoff/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-25 23:50:29 UTC (rev 411023) +++ PKGBUILD 2021-03-25 23:50:37 UTC (rev 411024) @@ -2,16 +2,16 @@ # Contributor: Jan de Groot <[email protected]> pkgname=lightsoff -pkgver=3.38.0 +pkgver=40.0.1 pkgrel=1 pkgdesc="Turn off all the lights" url="https://wiki.gnome.org/Apps/Lightsoff" arch=(x86_64) license=(GPL) -depends=(clutter-gtk librsvg) -makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) +depends=(gtk3 librsvg) +makedepends=(yelp-tools vala git meson) groups=(gnome-extra) -_commit=80052f708313dc1c1a8cfaca40d50e4ee9f77a27 # tags/3.38.0^0 +_commit=ca05a49ff447a6d7fdfadd1921288e2d720f5c09 # tags/40.0.1^0 source=("git+https://gitlab.gnome.org/GNOME/lightsoff.git#commit=$_commit") sha256sums=('SKIP')
