summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTriss Healy2022-09-06 22:28:25 +1000
committerTriss Healy2022-09-06 22:29:46 +1000
commitd733e0963a2d8283ef505a05cd75428d9ab54227 (patch)
tree8459fc22c860e68de514e3275cb2cd1730fd03f3
parent51cf071f30028c8896a452219324f73735b68f48 (diff)
downloadaur-d733e0963a2d8283ef505a05cd75428d9ab54227.tar.gz
Added .so depends using find-libprovides.
-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')