summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-06-29 23:08:08 +0200
committerAntonin Décimo2021-06-29 23:08:08 +0200
commit1fc0827ace2bc509aca64da761af89477a0d382e (patch)
treeb171bd07d3f212d40349b66d681b777bd1e5f63e
parent45dccc93377275040a83693fb43ab28c04c26974 (diff)
downloadaur-1fc0827ace2bc509aca64da761af89477a0d382e.tar.gz
Provide libwlroots.so instead of wlroots
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f54a8f9cd70f..6903026b9cee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,11 +21,10 @@ pkgbase = wlroots-git
depends = libseat
depends = systemd
depends = xorg-xwayland
- provides = wlroots=0.13.0
+ provides = libwlroots.so=0.14.0
conflicts = wlroots
options = debug
source = wlroots-git::git+https://github.com/swaywm/wlroots
sha512sums = SKIP
pkgname = wlroots-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b2518223362e..ffbf5414c986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
url=https://github.com/swaywm/wlroots
arch=(x86_64)
-provides=("wlroots=${pkgver%%.r*}")
+provides=("libwlroots.so=${pkgver%%.r*}")
conflicts=(wlroots)
options=(debug)
depends=(