Date: Sunday, September 27, 2020 @ 16:50:34 Author: heftig Revision: 396759
3.38.0-1 Modified: tali/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-27 16:50:22 UTC (rev 396758) +++ PKGBUILD 2020-09-27 16:50:34 UTC (rev 396759) @@ -2,16 +2,16 @@ # Contributor: Jan de Groot <[email protected]> pkgname=tali -pkgver=3.36.4 +pkgver=3.38.0 pkgrel=1 pkgdesc="Beat the odds in a poker-style dice game" url="https://wiki.gnome.org/Apps/Tali" arch=(x86_64) license=(GPL) -depends=(gtk3 librsvg) +depends=(gtk3 librsvg libgnome-games-support) makedepends=(meson gobject-introspection yelp-tools appstream-glib git) groups=(gnome-extra) -_commit=d79cfa78e7fb14f9de54f7347418f5c634683b9f # tags/3.36.4^0 +_commit=6a12d416beb7e8f68b9cdeb66153fd52551125a0 # tags/3.38.0^0 source=("git+https://gitlab.gnome.org/GNOME/tali.git#commit=$_commit") sha256sums=('SKIP')
