From 8b76613ea7946025ff106203879effde26313657 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 17 Jan 2020 14:48:48 +0000 Subject: [PATCH] extra/tracker to 2.3.1+6+g4d3073954-1 --- extra/tracker/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/extra/tracker/PKGBUILD b/extra/tracker/PKGBUILD index 0cdc7be0c..ce72598bb 100644 --- a/extra/tracker/PKGBUILD +++ b/extra/tracker/PKGBUILD @@ -6,8 +6,8 @@ # - disable functional tests 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) @@ -16,7 +16,7 @@ depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup json-g 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') @@ -30,8 +30,6 @@ prepare() { } build() { - # LTO breaks due to duplicate types: - # https://gitlab.gnome.org/GNOME/tracker/issues/44 arch-meson $pkgname build -D docs=true -D functional_tests=false ninja -C build }