Date: Tuesday, January 26, 2021 @ 20:04:01 Author: heftig Revision: 406804
2.5.7-1 Modified: geoclue/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-26 19:51:17 UTC (rev 406803) +++ PKGBUILD 2021-01-26 20:04:01 UTC (rev 406804) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: György Balló <[email protected]> pkgname=geoclue -pkgver=2.5.6 +pkgver=2.5.7 pkgrel=1 pkgdesc="Modular geoinformation service built on the D-Bus messaging system" arch=(x86_64) @@ -15,7 +15,7 @@ conflicts=(geoclue2) replaces=(geoclue2) backup=(etc/geoclue/geoclue.conf) -_commit=555d676a91494b98ad0d52639590608a9594a8d3 # tags/2.5.6^0 +_commit=3bb60dd600a8b247fd6049e7e5b1c73c2c5fc0e8 # tags/2.5.7 source=("git+https://gitlab.freedesktop.org/geoclue/geoclue.git#commit=$_commit") sha256sums=('SKIP') @@ -33,7 +33,7 @@ arch-meson $pkgname build \ -D dbus-srv-user=geoclue \ -D dbus-sys-dir=/usr/share/dbus-1/system.d - ninja -C build + meson compile -C build } check() {
