mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/tracker to 2.2.2-1
This commit is contained in:
parent
263f5580ea
commit
b557b0ac5a
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
|||
# - disable functional tests
|
||||
|
||||
pkgname=tracker
|
||||
pkgver=2.2.1
|
||||
pkgrel=2
|
||||
pkgver=2.2.2
|
||||
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 intltool vala git gtk-doc bash-completion meson)
|
||||
checkdepends=(python-gobject python-dbus)
|
||||
groups=(gnome)
|
||||
_commit=c09ac0beda85498b365a89863a2cfb25b490202a # tags/2.2.1^0
|
||||
_commit=86b8ead94210b5ee487ce48c0030fc3e4fa87c82 # tags/2.2.2^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -46,7 +46,7 @@ check() {
|
|||
# Many tests are broken:
|
||||
# - Assume schemas are installed
|
||||
# - Assume services are autolaunched
|
||||
dbus-run-session meson test -C build || :
|
||||
dbus-run-session meson test -C build --print-errorlogs -t 3 || :
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue