From db2cdc8d6b358fa3d0e0f75383b42523180231d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Wed, 8 Jul 2020 17:21:51 +0200 Subject: [PATCH] Checksum diff. --- .SRCINFO | 4 ++-- PKGBUILD | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8476886..fafff83 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -31,9 +31,9 @@ pkgbase = sway-hidpi-git options = debug options = !strip source = sway-hidpi::git+https://github.com/swaywm/sway.git - source = https://github.com/swaywm/sway/pull/5090.diff - sha512sums = SKIP + source = xwayland_hidpi.diff::https://github.com/swaywm/sway/pull/5090.diff sha512sums = SKIP + sha512sums = 813863fe8d391761770eb264b1c0a2d9442efde3e79fae6b78386ed7c041906eef60bbf9d9bc7d118494de8aba2cd4c45a13dcd2ca09f3f1cd1157e74f122667 pkgname = sway-hidpi-git diff --git a/PKGBUILD b/PKGBUILD index 9b94117..e98c909 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Antonin Décimo pkgname=sway-hidpi-git _pkgname=sway-hidpi -pkgver=r6341.ae3ec745 +pkgver=r6437.ea3ba203 pkgrel=1 license=("MIT") pkgdesc="i3-compatible Wayland compositor, with XWayland HiDPI" @@ -21,9 +21,9 @@ optdepends=( arch=("i686" "x86_64") url="https://swaywm.org" source=("${pkgname%-*}::git+https://github.com/swaywm/sway.git" - "https://github.com/swaywm/sway/pull/5090.diff") + "xwayland_hidpi.diff::https://github.com/swaywm/sway/pull/5090.diff") sha512sums=('SKIP' - 'SKIP') + '813863fe8d391761770eb264b1c0a2d9442efde3e79fae6b78386ed7c041906eef60bbf9d9bc7d118494de8aba2cd4c45a13dcd2ca09f3f1cd1157e74f122667') provides=("sway") conflicts=("sway") options=(debug !strip) @@ -35,7 +35,7 @@ pkgver() { prepare() { cd "$_pkgname" - patch -Np1 -i ../5090.diff + patch -Np1 -i ../xwayland_hidpi.diff } build() {