Date: Sunday, October 23, 2022 @ 17:03:21
  Author: heftig
Revision: 458807

4.2.0-1

Modified:
  libgweather-4/trunk/PKGBUILD
  libgweather-4/trunk/disable-metar-test.diff

-------------------------+
 PKGBUILD                |    8 ++++----
 disable-metar-test.diff |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-23 16:59:06 UTC (rev 458806)
+++ PKGBUILD    2022-10-23 17:03:21 UTC (rev 458807)
@@ -3,21 +3,21 @@
 
 pkgbase=libgweather-4
 pkgname=(libgweather-4 libgweather-4-docs)
-pkgver=4.0.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Location and timezone database and weather-lookup library"
 url="https://wiki.gnome.org/Projects/LibGWeather";
 arch=(x86_64)
 license=(LGPL)
-depends=(libsoup geocode-glib dconf)
+depends=(libsoup3 geocode-glib-2 dconf libxml2)
 makedepends=(gobject-introspection vala git gi-docgen meson python-gobject)
 checkdepends=(python-pylint)
 options=(debug)
-_commit=6ac9872a5a06863f6c84f6ac836cede78b401691  # tags/4.0.0^0
+_commit=699cfb7e114acba4e066ebda9a51e6820da3daa7  # tags/4.2.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit";
         disable-metar-test.diff)
 sha256sums=('SKIP'
-            'c11eb9ad69f8354e5baeef5581038ef0cd5ce2f032dd48f3df29e34fc900dd5a')
+            '42ebd95b2de37ff959a759546473985a86fa1a5488211b303a97540f2b7a8805')
 
 pkgver() {
   cd libgweather

Modified: disable-metar-test.diff
===================================================================
--- disable-metar-test.diff     2022-10-23 16:59:06 UTC (rev 458806)
+++ disable-metar-test.diff     2022-10-23 17:03:21 UTC (rev 458807)
@@ -1,5 +1,5 @@
 diff --git i/libgweather/tests/meson.build w/libgweather/tests/meson.build
-index eefe2a3f..c49b41cf 100644
+index 3574027d..e1c1e088 100644
 --- i/libgweather/tests/meson.build
 +++ w/libgweather/tests/meson.build
 @@ -20,7 +20,6 @@ gweather_tests = [

Reply via email to