summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0545d2fc1ec7..c069d7c10deb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,9 @@ pkgbase = libshumate-git
depends = sqlite
depends = protobuf-c
provides = libshumate
+ provides = libshumate-1.0.so=1-64
conflicts = libshumate
+ conflicts = libshumate-1.0.so=1-64
source = git+https://gitlab.gnome.org/GNOME/libshumate.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 242537b36ea6..e7e5780e39ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ license=(LGPL)
depends=(gtk4 libsoup sqlite protobuf-c)
makedepends=(git gobject-introspection gtk-doc gi-docgen meson vala)
checkdepends=(xorg-server-xvfb)
-provides=(libshumate)
-conflicts=(libshumate)
+provides=(libshumate libshumate-1.0.so=1-64)
+conflicts=(libshumate libshumate-1.0.so=1-64)
source=("git+https://gitlab.gnome.org/GNOME/${_pkgname}.git")
sha256sums=('SKIP')