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

Jan Steffens heftig at archlinux.org
Fri Feb 22 17:11:07 UTC 2019


    Date: Friday, February 22, 2019 @ 17:11:04
  Author: heftig
Revision: 346677

2.2.0-2: Upstream tag got replaced (only translation differences)

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-22 17:07:55 UTC (rev 346676)
+++ PKGBUILD	2019-02-22 17:11:04 UTC (rev 346677)
@@ -4,7 +4,7 @@
 
 pkgname=tracker
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker"
 arch=(x86_64)
@@ -13,13 +13,13 @@
 makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion meson)
 checkdepends=(python2-gobject python2-dbus)
 groups=(gnome)
-_commit=6c180791acf818e0601562c48c6d0d6152ffee94  # tags/2.2.0^0
+_commit=b70b9e159538852f9a8cd267ad5d4d0b57fd8074  # tags/2_2_0^0
 source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/_/./g;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list