Date: Thursday, March 25, 2021 @ 23:51:30 Author: heftig Revision: 411025
40.0-1 Modified: swell-foop/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-25 23:50:37 UTC (rev 411024) +++ PKGBUILD 2021-03-25 23:51:30 UTC (rev 411025) @@ -1,17 +1,17 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=swell-foop -pkgver=3.34.1 -pkgrel=2 +pkgver=40.0 +pkgrel=1 pkgdesc="Clear the screen by removing groups of colored and shaped tiles" url="https://wiki.gnome.org/Apps/Swell%20Foop" arch=(x86_64) license=(GPL) -depends=(clutter-gtk librsvg) -makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) +depends=(clutter-gtk librsvg libgnome-games-support libgee) +makedepends=(yelp-tools appstream-glib vala git meson) groups=(gnome-extra) -_commit=09a2c591c079b5cf6094d30807aae6d367221b05 # tags/3.34.1^0 +_commit=514f30f20c7a123e7a5d32989c7ea3abd7c11d0a # tags/40.0^0 source=("git+https://gitlab.gnome.org/GNOME/swell-foop.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
