Date: Monday, January 31, 2022 @ 00:33:48 Author: heftig Revision: 435569
40.5-1 Modified: tali/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-30 22:55:12 UTC (rev 435568) +++ PKGBUILD 2022-01-31 00:33:48 UTC (rev 435569) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=tali -pkgver=40.4 +pkgver=40.5 pkgrel=1 pkgdesc="Beat the odds in a poker-style dice game" url="https://wiki.gnome.org/Apps/Tali" @@ -11,21 +11,21 @@ depends=(gtk3 librsvg libgnome-games-support) makedepends=(meson gobject-introspection yelp-tools appstream-glib git) groups=(gnome-extra) -_commit=5bd76c59bb58d669ffcfeddd47895cbd9483bc06 # tags/40.4^0 +_commit=5d48ef1e5440609879b465176bb944ab9da62c9b # tags/40.5^0 source=("git+https://gitlab.gnome.org/GNOME/tali.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' + cd tali + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() { - cd $pkgname + cd tali } build() { - arch-meson $pkgname build + arch-meson tali build meson compile -C build }
