summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorFerdinand Bachmann2021-07-02 13:52:33 +0200
committerAntonin Décimo2021-07-02 13:52:33 +0200
commit000b07b24e8d0c33132de7554c76a1aee288230a (patch)
tree073cd97b0e5db77d2c2b5ad6b3b717b1f02d3bd0 /.SRCINFO
parent4739e80c576a169f1986d6be39d648214c544102 (diff)
downloadaur-000b07b24e8d0c33132de7554c76a1aee288230a.tar.gz
Fix version info for libwlroots.so and wlroots
The provides version info for libwlroots.so is wrong and the version info for wlroots is missing completely. Version info for provides for .so files seems to be automatically provided by makepkg (taken from the SONAME of the library). This is also what the community package for wlroots does (wlroots currently has libwlroots.so=9-64, wlroots-git would have libwlroots.so=10-64 with the automatic versioning) Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20733afb9dd4..ef10c349bced 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library (git version)
- pkgver = 0.14.0.r15.g1db976ce
- pkgrel = 2
+ pkgver = 0.14.0.r28.ga38baec1
+ pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
license = custom:MIT
@@ -21,8 +21,8 @@ pkgbase = wlroots-git
depends = libseat
depends = systemd
depends = xorg-xwayland
- provides = libwlroots.so=0.14.0
- provides = wlroots
+ provides = libwlroots.so
+ provides = wlroots=0.14.0
conflicts = wlroots
options = debug
source = wlroots-git::git+https://github.com/swaywm/wlroots