summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2020-12-12 20:12:08 +0100
committerAntonin Décimo2020-12-12 20:32:44 +0100
commitf0190a23b84a3e4c9218ae553bd5d2d9da5e2cc9 (patch)
treea25994e17368f9b5f2640ffec2b43d67a90ab861
parenta9d8021aba58ed9627f98c86a99191000ed219af (diff)
downloadaur-f0190a23b84a3e4c9218ae553bd5d2d9da5e2cc9.tar.gz
Update dependency on xorg-xwayland-hidpi-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86b209dd5e8f..8388d37ea5c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sway-hidpi-git
pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager, with XWayland HiDPI
- pkgver = r6506.1be66c98
- pkgrel = 2
+ pkgver = r6539.1dbb6990
+ pkgrel = 1
url = https://swaywm.org
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = sway-hidpi-git
depends = swaybg-git
depends = ttf-font
depends = wlroots-hidpi-git
- depends = xorg-server-xwayland-hidpi-git
+ depends = xorg-xwayland-hidpi-git
depends = xsettingsd
optdepends = alacritty: Terminal emulator used by the default config
optdepends = dmenu: Application launcher
diff --git a/PKGBUILD b/PKGBUILD
index dbedd5aa02fb..e4189cbb4f1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Drew DeVault <sir@cmpwn.com>
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
+# Contributor: Drew DeVault <sir@cmpwn.com>
pkgname=sway-hidpi-git
_pkgname=sway-hidpi
-pkgver=r6506.1be66c98
-pkgrel=2
+pkgver=r6539.1dbb6990
+pkgrel=1
license=("MIT")
pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager, with XWayland HiDPI"
makedepends=(
@@ -23,7 +23,7 @@ depends=(
"swaybg-git"
"ttf-font"
"wlroots-hidpi-git"
- "xorg-server-xwayland-hidpi-git"
+ "xorg-xwayland-hidpi-git"
"xsettingsd"
)
optdepends=(
@@ -53,7 +53,7 @@ options=(debug)
prepare() {
cd "$_pkgname"
- patch -Np1 -i ../xwayland_hidpi.diff
+ patch --forward --strip=1 --input="${srcdir}/xwayland_hidpi.diff"
}
pkgver() {