Date: Friday, October 2, 2020 @ 21:57:51 Author: heftig Revision: 715747
3.38.0-1 Modified: gnome-games/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-02 21:56:35 UTC (rev 715746) +++ PKGBUILD 2020-10-02 21:57:51 UTC (rev 715747) @@ -2,7 +2,7 @@ # Contributor: Tom Richards <[email protected]> pkgname=gnome-games -pkgver=3.36.1 +pkgver=3.38.0 pkgrel=1 pkgdesc='Simple game launcher for GNOME' arch=('x86_64') @@ -9,13 +9,19 @@ license=('GPL3') url='https://wiki.gnome.org/Apps/Games' depends=('grilo' 'libarchive' 'libhandy' 'libmanette' 'retro-gtk' 'tracker') -makedepends=('meson' 'vala') -source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz") -sha256sums=('90e4d91413eae764951f107ee05023e737bf5105290ea6c44449d58d471e83ff') +makedepends=('meson' 'vala' 'git') +_commit=d23a495c900ee59ca4853c872cdef942b509cf83 # tags/3.38.0^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-games.git#commit=$_commit") +sha256sums=('SKIP') +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + build() { - arch-meson $pkgname-$pkgver build - ninja -C build + arch-meson $pkgname build + meson compile -C build } package() {
