summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2020-07-08 17:21:51 +0200
committerAntonin Décimo2020-07-08 17:21:51 +0200
commitdb2cdc8d6b358fa3d0e0f75383b42523180231d3 (patch)
tree210575cb67d72d4f4fe32f2cd02c6aa9a1527d1f
parentbefe812438c7cfecea335ed6511158f5e90ae78c (diff)
downloadaur-db2cdc8d6b358fa3d0e0f75383b42523180231d3.tar.gz
Checksum diff.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84768862c139..fafff836b0f0 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 9b9411702d69..e98c90992e91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
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() {