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

Jan Steffens heftig at archlinux.org
Sat Mar 16 14:29:04 UTC 2019


    Date: Saturday, March 16, 2019 @ 14:29:03
  Author: heftig
Revision: 348473

3.32.0-2

Modified:
  gnome-clocks/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-16 13:35:09 UTC (rev 348472)
+++ PKGBUILD	2019-03-16 14:29:03 UTC (rev 348473)
@@ -2,15 +2,15 @@
 
 pkgname=gnome-clocks
 pkgver=3.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks"
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib gsound)
-makedepends=(vala gobject-introspection itstool yelp-tools git meson)
+makedepends=(vala gobject-introspection yelp-tools git meson)
 groups=(gnome)
-_commit=b1bf0ffa7571c5028c7ee2e828d399027a81b365  # tags/3.32.0^0
+_commit=0cbad1af4366da6934e3d14c0713e6da985fd928  # tags/3.32.0-fixed^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,6 +21,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Fixup tag
+  git tag -d 3.32.0-fixed
+  git tag -f 3.32.0 0cbad1af4366da6934e3d14c0713e6da985fd928
 }
 
 build() {



More information about the arch-commits mailing list