Date: Saturday, April 15, 2023 @ 22:42:50 Author: heftig Revision: 474080
reformat, FS#78198 update url Modified: geoclue/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-15 22:39:55 UTC (rev 474079) +++ PKGBUILD 2023-04-15 22:42:50 UTC (rev 474080) @@ -5,11 +5,24 @@ pkgver=2.7.0 pkgrel=1 pkgdesc="Modular geoinformation service built on the D-Bus messaging system" +url="https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home" arch=(x86_64) -url="https://www.freedesktop.org/wiki/Software/GeoClue/" license=(LGPL) -depends=(libsoup3 json-glib libmm-glib avahi) -makedepends=(systemd gobject-introspection git vala meson gtk-doc libnotify) +depends=( + avahi + json-glib + libmm-glib + libsoup3 +) +makedepends=( + git + gobject-introspection + gtk-doc + libnotify + meson + systemd + vala +) optdepends=('libnotify: Demo Agent') provides=("geoclue2=$pkgver-$pkgrel") conflicts=(geoclue2) @@ -17,7 +30,7 @@ backup=(etc/geoclue/geoclue.conf) _commit=bbfb6289dedb88cb8155d9f6868787d5432e1f90 # tags/2.7.0^0 source=("git+https://gitlab.freedesktop.org/geoclue/geoclue.git#commit=$_commit") -sha256sums=('SKIP') +b2sums=('SKIP') # Mozilla API keys (see https://location.services.mozilla.com/api) # Note: These are for Arch Linux use ONLY. For your own distribution, please
