diff --git a/.SRCINFO b/.SRCINFO index a567859..e4faf4d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wlroots-hidpi-git pkgdesc = Modular Wayland compositor library, with XWayland HiDPI - pkgver = 0.10.0.r107.g61d6408f + pkgver = 0.10.0.r146.g5c942bd5 pkgrel = 1 url = https://github.com/swaywm/wlroots arch = x86_64 @@ -24,7 +24,7 @@ pkgbase = wlroots-hidpi-git conflicts = wlroots options = debug source = wlroots-hidpi-git::git+https://github.com/swaywm/wlroots - source = https://github.com/swaywm/wlroots/pull/2064.diff + source = xwayland_hidpi.diff::https://github.com/swaywm/wlroots/compare/master...MisterDA:xwayland_hidpi.diff sha512sums = SKIP sha512sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 00a3a25..5e77876 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Adrian Perez de Castro # Maintainer: Antonin Décimo pkgname=wlroots-hidpi-git -pkgver=0.10.0.r107.g61d6408f +pkgver=0.10.0.r146.g5c942bd5 pkgrel=1 license=(custom:MIT) pkgdesc='Modular Wayland compositor library, with XWayland HiDPI' @@ -14,7 +14,8 @@ depends=(libcap systemd wayland opengl-driver libxcb xcb-util-errors xcb-util-wm pixman libinput libxkbcommon) makedepends=(meson ninja git wayland-protocols xorgproto) source=("${pkgname}::git+${url}" - "https://github.com/swaywm/wlroots/pull/2064.diff") + # "xwayland_hidpi.diff::https://github.com/swaywm/wlroots/pull/2064.diff" + "xwayland_hidpi.diff::https://github.com/swaywm/wlroots/compare/master...MisterDA:xwayland_hidpi.diff") sha512sums=('SKIP' 'SKIP') @@ -31,7 +32,7 @@ pkgver () { build () { cd "${pkgname}" - patch -Np1 -i ../2064.diff + patch -Np1 -i ../xwayland_hidpi.diff rm -rf build meson build \