Date: Sunday, July 5, 2020 @ 13:53:18 Author: heftig Revision: 390874
3.36.4-1 Modified: tali/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-05 13:49:20 UTC (rev 390873) +++ PKGBUILD 2020-07-05 13:53:18 UTC (rev 390874) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> -# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Jan de Groot <[email protected]> pkgname=tali -pkgver=3.36.1 +pkgver=3.36.4 pkgrel=1 pkgdesc="Beat the odds in a poker-style dice game" url="https://wiki.gnome.org/Apps/Tali" @@ -11,7 +11,7 @@ depends=(gtk3 librsvg) makedepends=(meson gobject-introspection yelp-tools appstream-glib git) groups=(gnome-extra) -_commit=0fa13a1db0d2adb58e7b3a519af620225f819aa1 # tags/3.36.1^0 +_commit=d79cfa78e7fb14f9de54f7347418f5c634683b9f # tags/3.36.4^0 source=("git+https://gitlab.gnome.org/GNOME/tali.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
