diff --git a/.SRCINFO b/.SRCINFO index 6d25c67..1c7443e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = wlroots-hidpi-git pkgdesc = Modular Wayland compositor library, with XWayland HiDPI (git version) - pkgver = 0.12.0.r96.g4c363a56 - pkgrel = 2 + pkgver = 0.12.0.r224.gdc61f471 + pkgrel = 1 url = https://github.com/swaywm/wlroots arch = x86_64 license = custom:MIT @@ -20,7 +20,10 @@ pkgbase = wlroots-hidpi-git depends = libinput depends = libxkbcommon provides = wlroots-hidpi=0.12.0 + provides = wlroots=0.12.0 + provides = wlroots-git conflicts = wlroots + conflicts = wlroots-git options = debug source = wlroots-hidpi-git::git+https://github.com/swaywm/wlroots source = xwayland_hidpi.diff::https://github.com/swaywm/wlroots/compare/master...MisterDA:xwayland_hidpi.diff diff --git a/PKGBUILD b/PKGBUILD index 93d8ba7..107cea2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,16 @@ # Maintainer: Antonin Décimo # Contributor: Adrian Perez de Castro pkgname=wlroots-hidpi-git -pkgver=0.12.0.r96.g4c363a56 -pkgrel=2 +pkgver=0.12.0.r224.gdc61f471 +pkgrel=1 license=(custom:MIT) pkgdesc='Modular Wayland compositor library, with XWayland HiDPI (git version)' url=https://github.com/swaywm/wlroots arch=(x86_64) -provides=("wlroots-hidpi=${pkgver%%.r*}") -conflicts=(wlroots) +provides=("wlroots-hidpi=${pkgver%%.r*}" + "wlroots=${pkgver%%.r*}" + "wlroots-git") +conflicts=(wlroots wlroots-git) options=(debug) depends=(systemd wayland opengl-driver libxcb xcb-util-errors xcb-util-wm pixman libinput libxkbcommon)