[arch-commits] Commit in gnome-clocks/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Sep 12 20:47:12 UTC 2019


    Date: Thursday, September 12, 2019 @ 20:47:12
  Author: heftig
Revision: 362340

3.34.0-1

Modified:
  gnome-clocks/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 20:34:31 UTC (rev 362339)
+++ PKGBUILD	2019-09-12 20:47:12 UTC (rev 362340)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-clocks
-pkgver=3.32.0
-pkgrel=2
+pkgver=3.34.0
+pkgrel=1
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib gsound)
 makedepends=(vala gobject-introspection yelp-tools git meson)
 groups=(gnome)
-_commit=0cbad1af4366da6934e3d14c0713e6da985fd928  # tags/3.32.0-fixed^0
+_commit=554ce87f4119648c4e1988ef9c12ad00b318db8f  # tags/3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,10 +21,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Fixup tag
-  git tag -d 3.32.0-fixed
-  git tag -f 3.32.0 0cbad1af4366da6934e3d14c0713e6da985fd928
 }
 
 build() {
@@ -33,7 +29,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list