summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-07-01 09:56:05 +0200
committerAntonin Décimo2021-07-01 09:56:05 +0200
commit4739e80c576a169f1986d6be39d648214c544102 (patch)
treef0e2d3cafcd37d03e415aa1439f33c54900224ec
parentb67dc04272897148064bcc55bc127557b022f175 (diff)
downloadaur-4739e80c576a169f1986d6be39d648214c544102.tar.gz
Provide wlroots
*-git package should provide the original package too. Reported by primalmotion. https://aur.archlinux.org/packages/wlroots-git/#comment-815351
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df3998b324b7..20733afb9dd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library (git version)
- pkgver = 0.14.0.r11.g7cbcc65a
+ pkgver = 0.14.0.r15.g1db976ce
pkgrel = 2
url = https://github.com/swaywm/wlroots
arch = x86_64
@@ -22,6 +22,7 @@ pkgbase = wlroots-git
depends = systemd
depends = xorg-xwayland
provides = libwlroots.so=0.14.0
+ provides = wlroots
conflicts = wlroots
options = debug
source = wlroots-git::git+https://github.com/swaywm/wlroots
diff --git a/PKGBUILD b/PKGBUILD
index 2928da1db6b8..cd971ecb42b3 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.r11.g7cbcc65a
+pkgver=0.14.0.r15.g1db976ce
pkgrel=2
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
url=https://github.com/swaywm/wlroots
arch=(x86_64)
-provides=("libwlroots.so=${pkgver%%.r*}")
+provides=("libwlroots.so=${pkgver%%.r*}" "wlroots")
conflicts=(wlroots)
options=(debug)
depends=(