[arch-commits] Commit in gnome-mines/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Sep 5 20:12:03 UTC 2018
Date: Wednesday, September 5, 2018 @ 20:12:02
Author: heftig
Revision: 333539
3.30.0-1
Modified:
gnome-mines/trunk/PKGBUILD (contents, properties)
----------+
PKGBUILD | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-05 20:10:38 UTC (rev 333538)
+++ PKGBUILD 2018-09-05 20:12:02 UTC (rev 333539)
@@ -1,19 +1,18 @@
-# $Id$
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-mines
-pkgver=3.28.0+3+g1a1f835
-pkgrel=2
+pkgver=3.30.0
+pkgrel=1
pkgdesc="Clear hidden mines from a minefield"
url="https://wiki.gnome.org/Apps/Mines"
arch=(x86_64)
license=(GPL)
depends=(gtk3 librsvg libgnome-games-support)
-makedepends=(itstool gobject-introspection yelp-tools appstream-glib vala git meson)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
groups=(gnome-extra)
-_commit=1a1f835f5ae191d5aa228caf0829fe6a4136392b # master
-source=("git+https://git.gnome.org/browse/gnome-mines#commit=$_commit"
+_commit=15ac355d3e0d2639303a5944c1173a7199f8a824 # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit"
icon-fixes.diff)
sha256sums=('SKIP'
'8f8667d9d6fe5ad9d789c1842653ae0b49b9eaa82b378d6ee7b7e2a8abffae57')
@@ -34,10 +33,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-mines/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
More information about the arch-commits
mailing list