summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2022-04-07 10:44:30 +0800
committervitalyr2022-04-07 10:44:30 +0800
commit25aafca87f2b751e816652d4f889520affc0a02e (patch)
tree55e82addabb54acdbb4ae301e6a7d2bdb56d527d
parent218c5462637c727db14132e08a3cdefce20d964d (diff)
downloadaur-25aafca87f2b751e816652d4f889520affc0a02e.tar.gz
add libgweather-4 to provides and conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9fa0c805b11..ca56d4ac4288 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libgweather-git
pkgdesc = Location and timezone database and weather-lookup library
- pkgver = 3.91.0.r11.g44b8f3be
+ pkgver = 4.0.0.r8.g6a1f91a6
pkgrel = 1
url = https://wiki.gnome.org/Projects/LibGWeather
arch = x86_64
@@ -16,9 +16,10 @@ pkgbase = libgweather-git
depends = gtk3
depends = geocode-glib
depends = dconf
- provides = libgweather-4.so
provides = libgweather
+ provides = libgweather-4
conflicts = libgweather
+ conflicts = libgweather-4
source = git+https://gitlab.gnome.org/GNOME/libgweather.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 115faab278fc..7ea1340f65e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libgweather-git
_pkgname=libgweather
-pkgver=3.91.0.r11.g44b8f3be
+pkgver=4.0.0.r8.g6a1f91a6
pkgrel=1
pkgdesc="Location and timezone database and weather-lookup library"
url="https://wiki.gnome.org/Projects/LibGWeather"
@@ -10,8 +10,8 @@ arch=(x86_64)
license=(LGPL)
depends=(libsoup gtk3 geocode-glib dconf)
makedepends=(gobject-introspection vala git gi-docgen glade meson python-gobject)
-provides=(libgweather-4.so libgweather)
-conflicts=(libgweather)
+provides=(libgweather libgweather-4)
+conflicts=(libgweather libgweather-4)
source=("git+https://gitlab.gnome.org/GNOME/libgweather.git")
sha256sums=('SKIP')