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

Jan Steffens heftig at archlinux.org
Fri Jan 17 14:27:47 UTC 2020


    Date: Friday, January 17, 2020 @ 14:27:46
  Author: heftig
Revision: 373619

2.3.1+6+g4d3073954-1

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 14:10:06 UTC (rev 373618)
+++ PKGBUILD	2020-01-17 14:27:46 UTC (rev 373619)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=tracker
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1+6+g4d3073954
+pkgrel=1
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala git gtk-doc bash-completion meson)
 checkdepends=(python-gobject python-dbus)
 groups=(gnome)
-_commit=f56ccfde3b0a63375d6a4a664928b348c9ea45eb  # tags/2.3.0^0
+_commit=4d3073954e97d0edf797d073581a82e77afc78cd  # tracker-2.3
 source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,8 +27,6 @@
 }
 
 build() {
-  # LTO breaks due to duplicate types:
-  # https://gitlab.gnome.org/GNOME/tracker/issues/44
   arch-meson $pkgname build -D docs=true
   ninja -C build
 }



More information about the arch-commits mailing list