Date: Wednesday, September 5, 2018 @ 17:41:56 Author: heftig Revision: 333498
3.30.0-1 Modified: gnome-clocks/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-05 17:37:36 UTC (rev 333497) +++ PKGBUILD 2018-09-05 17:41:56 UTC (rev 333498) @@ -1,8 +1,7 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-clocks -pkgver=3.28.0+1+gecbbce8 +pkgver=3.30.0 pkgrel=1 pkgdesc="Clocks applications for GNOME" url="https://wiki.gnome.org/Apps/Clocks" @@ -11,8 +10,8 @@ depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib gsound) makedepends=(vala gobject-introspection itstool yelp-tools git meson) groups=(gnome) -_commit=ecbbce8ee36d6c7c634b8fed2f3c07c751bd7bf9 # master -source=("git+https://git.gnome.org/browse/gnome-clocks#commit=$_commit") +_commit=c8022661d7a75b4f43ddd260dbc77b8de32a59d9 # tags/3.30.0^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -30,10 +29,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-clocks/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
