summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuibo Lu2023-11-26 13:25:29 +0800
committerRuibo Lu2023-11-26 13:27:48 +0800
commit23063e11e5840afadc70cecb53e0d88385107d7b (patch)
tree3fcdf969bb2e1c9bf371ff3aaf26959a6a3ff037
parent99419186bcaf93181ea4ea37d2289ca86185163b (diff)
downloadaur-23063e11e5840afadc70cecb53e0d88385107d7b.tar.gz
Update Package Version and depends
Signed-off-by: Ruibo Lu <reaperlu@hust.edu.cn>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05d3e141181c..20d6051fdadf 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 (git version)
- pkgver = r6891.3dffe7f3
- pkgrel = 1
+ pkgver = r7200.5c99b98805e8
+ pkgrel = 2
url = https://swaywm.org
arch = i686
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = sway-hidpi-git
depends = pcre2
depends = swaybg-git
depends = ttf-font
- depends = wlroots-hidpi-git
- depends = xorg-xwayland-hidpi-git
+ depends = wlroots-hidpi-xprop-git
+ depends = xorg-xwayland-hidpi-xprop-git
depends = xsettingsd
optdepends = alacritty: Terminal emulator used by the default config
optdepends = dmenu: Application launcher
diff --git a/PKGBUILD b/PKGBUILD
index 3dbdaf76ba3a..fa93a9992619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Drew DeVault <sir@cmpwn.com>
pkgname=sway-hidpi-git
_pkgname=sway
-pkgver=r6891.3dffe7f3
-pkgrel=1
+pkgver=r7200.5c99b98805e8
+pkgrel=2
license=("MIT")
pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager, with XWayland HiDPI (git version)"
makedepends=(
@@ -22,8 +22,8 @@ depends=(
"pcre2"
"swaybg-git"
"ttf-font"
- "wlroots-hidpi-git"
- "xorg-xwayland-hidpi-git"
+ "wlroots-hidpi-xprop-git"
+ "xorg-xwayland-hidpi-xprop-git"
"xsettingsd"
)
optdepends=(