Date: Saturday, March 25, 2023 @ 22:54:02
Author: heftig
Revision: 472016
minor
Modified:
tracker3-miners/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-25 22:29:27 UTC (rev 472015)
+++ PKGBUILD 2023-03-25 22:54:02 UTC (rev 472016)
@@ -42,7 +42,7 @@
groups=(gnome)
_commit=b0f129a2f330f6a2f5de1220fdb4ca7ccbdb9af4 # tags/3.5.0^0
source=("git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit")
-sha256sums=('SKIP')
+b2sums=('SKIP')
pkgver() {
cd tracker-miners
@@ -54,7 +54,11 @@
}
build() {
- arch-meson tracker-miners build -D tests_tap_protocol=true
+ local meson_options=(
+ -D tests_tap_protocol=true
+ )
+
+ arch-meson tracker-miners build "${meson_options[@]}"
meson compile -C build
}