Date: Monday, May 1, 2023 @ 20:52:02 Author: heftig Revision: 476240 3.38.3-1
Modified: gnome-nibbles/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-01 20:51:43 UTC (rev 476239) +++ PKGBUILD 2023-05-01 20:52:02 UTC (rev 476240) @@ -2,18 +2,31 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-nibbles -pkgver=3.38.2+r53+g8de2599 +pkgver=3.38.3 pkgrel=1 pkgdesc="Guide a worm around a maze" url="https://wiki.gnome.org/Apps/Nibbles" arch=(x86_64) license=(GPL) -depends=(clutter-gtk gsound librsvg libgnome-games-support libgee) -makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) +depends=( + clutter-gtk + gsound + libgee + libgnome-games-support + librsvg +) +makedepends=( + appstream-glib + git + gobject-introspection + meson + vala + yelp-tools +) groups=(gnome-extra) -_commit=8de2599a4db9fcda5f446552c2313d4c19a32ba2 # master +_commit=6eb6013344ab720275adadaeede5154e3d2afda2 # tags/3.38.3^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit") -sha256sums=('SKIP') +b2sums=('SKIP') pkgver() { cd $pkgname @@ -34,7 +47,7 @@ } package() { - meson install -C build --destdir="$pkgdir" + meson install -C build --destdir "$pkgdir" } # vim:set sw=2 sts=-1 et:
