diff options
author | Kevin Majewski | 2021-03-28 01:24:55 +0100 |
---|---|---|
committer | Kevin Majewski | 2021-03-28 01:24:55 +0100 |
commit | 74f737b9a026618ffe36b69de3cfbad947fbf2c8 (patch) | |
tree | 90c8e190822f606c179446042944842e01074444 | |
parent | 357acb35e806d61140a71f091fe8dcd3e0cdb4ab (diff) | |
download | aur-grilo-plugins-git.tar.gz |
Switch to tracker3
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = grilo-plugins-git pkgdesc = A collection of plugins for the Grilo framework - pkgver = 0.3.12+23+g7a2f9fbe + pkgver = 0.3.12+35+gd6d91c7c pkgrel = 1 epoch = 1 url = https://gitlab.gnome.org/GNOME/grilo-plugins @@ -1,6 +1,6 @@ pkgname=grilo-plugins-git _pkgname=grilo-plugins -pkgver=0.3.12+23+g7a2f9fbe +pkgver=0.3.12+35+gd6d91c7c pkgrel=1 epoch=1 pkgdesc="A collection of plugins for the Grilo framework" @@ -24,7 +24,7 @@ pkgver() { } build() { - arch-meson $_pkgname build + arch-meson -D enable-tracker=no $_pkgname build meson compile -C build } |