summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8954511457a8..0aebcbe57d87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wlroots-hidpi-xprop
pkgdesc = Modular Wayland compositor library (stable, with patches)
pkgver = 0.17.3
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.freedesktop.org/wlroots/wlroots
arch = x86_64
license = MIT
@@ -29,7 +29,7 @@ pkgbase = wlroots-hidpi-xprop
optdepends = xorg-xwayland-hidpi-xprop: HiDPI support, see https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/733
provides = libwlroots.so
provides = wlroots=0.17.3
- conflicts = wlroots
+ conflicts = wlroots<0.18
options = debug
source = wlroots-hidpi-xprop::git+https://gitlab.freedesktop.org/wlroots/wlroots#tag=0.17.3
source = 0001-xwayland-support-HiDPI-scale.patch
diff --git a/PKGBUILD b/PKGBUILD
index 4e72fbcacc68..2501d98c19cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# Contributor: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=wlroots-hidpi-xprop
pkgver=0.17.3
-pkgrel=2
+pkgrel=3
license=(MIT)
pkgdesc='Modular Wayland compositor library (stable, with patches)'
url=https://gitlab.freedesktop.org/wlroots/wlroots
arch=(x86_64)
provides=("libwlroots.so" "wlroots=${pkgver}")
-conflicts=(wlroots)
+conflicts=('wlroots<0.18')
options=(debug)
depends=(
glslang