Date: Wednesday, September 5, 2018 @ 20:04:38 Author: heftig Revision: 333536
3.30.0-1 Modified: gnome-chess/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-05 20:02:56 UTC (rev 333535) +++ PKGBUILD 2018-09-05 20:04:38 UTC (rev 333536) @@ -1,9 +1,8 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=gnome-chess -pkgver=3.28.1 +pkgver=3.30.0 pkgrel=1 pkgdesc="Play the classic two-player boardgame of chess" url="https://wiki.gnome.org/Apps/Chess" @@ -13,8 +12,8 @@ makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) optdepends=('gnuchess: Play against computer') groups=(gnome-extra) -_commit=aaeebd1c949c7826be8eb466bb3766da22cbdbed # tags/3.28.1^0 -source=("git+https://git.gnome.org/browse/gnome-chess#commit=$_commit") +_commit=cd4c89e51969051b2ceab2b3a1d61d0fcc9a0943 # tags/3.30.0^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -32,10 +31,9 @@ } check() { - cd build - meson test + meson test -C build } package() { - DESTDIR="$pkgdir" ninja -C build install + DESTDIR="$pkgdir" meson install -C build } Property changes on: gnome-chess/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
