summarylogtreecommitdiffstats
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
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>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 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
diff --git a/PKGBUILD b/PKGBUILD
index cd971ecb42b3..fe9e6ed698cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=wlroots-git
-pkgver=0.14.0.r15.g1db976ce
-pkgrel=2
+pkgver=0.14.0.r28.ga38baec1
+pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
url=https://github.com/swaywm/wlroots
arch=(x86_64)
-provides=("libwlroots.so=${pkgver%%.r*}" "wlroots")
+provides=("libwlroots.so" "wlroots=${pkgver%%.r*}")
conflicts=(wlroots)
options=(debug)
depends=(