[arch-commits] Commit in geocode-glib/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Mar 30 20:00:02 UTC 2022
Date: Wednesday, March 30, 2022 @ 20:00:01
Author: heftig
Revision: 441008
undo; too much stuff not ported
Modified:
geocode-glib/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-30 19:56:35 UTC (rev 441007)
+++ PKGBUILD 2022-03-30 20:00:01 UTC (rev 441008)
@@ -8,7 +8,7 @@
url="https://gitlab.gnome.org/GNOME/geocode-glib"
arch=(x86_64)
license=(LGPL)
-depends=(glib2 json-glib libsoup3)
+depends=(glib2 json-glib libsoup)
makedepends=(gobject-introspection git gtk-doc meson)
provides=(libgeocode-glib.so)
options=(debug)
@@ -26,7 +26,7 @@
}
build() {
- arch-meson $pkgname build -D enable-installed-tests=false -D soup2=false
+ arch-meson $pkgname build -D enable-installed-tests=false
meson compile -C build
}
More information about the arch-commits
mailing list