summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9da5f1dcc626..d9fa0c805b11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,25 @@
pkgbase = libgweather-git
pkgdesc = Location and timezone database and weather-lookup library
- pkgver = 40.beta.r12.g7a94017f
+ pkgver = 3.91.0.r11.g44b8f3be
pkgrel = 1
url = https://wiki.gnome.org/Projects/LibGWeather
arch = x86_64
license = LGPL
- makedepends = python-gobject
makedepends = gobject-introspection
makedepends = vala
makedepends = git
- makedepends = gtk-doc
+ makedepends = gi-docgen
makedepends = glade
makedepends = meson
+ makedepends = python-gobject
depends = libsoup
depends = gtk3
depends = geocode-glib
depends = dconf
- provides = libgweather-3.so
+ provides = libgweather-4.so
provides = libgweather
conflicts = libgweather
source = git+https://gitlab.gnome.org/GNOME/libgweather.git
sha256sums = SKIP
pkgname = libgweather-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9cd4254362ca..115faab278fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=libgweather-git
_pkgname=libgweather
-pkgver=40.beta.r12.g7a94017f
+pkgver=3.91.0.r11.g44b8f3be
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 gtk3 geocode-glib dconf)
-makedepends=(python-gobject gobject-introspection vala git gtk-doc glade meson)
-provides=(libgweather-3.so libgweather)
+makedepends=(gobject-introspection vala git gi-docgen glade meson python-gobject)
+provides=(libgweather-4.so libgweather)
conflicts=(libgweather)
source=("git+https://gitlab.gnome.org/GNOME/libgweather.git")
sha256sums=('SKIP')