Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / sway
Commits: 80dddf1f by Brett Cornwall at 2025-06-08T16:54:34-07:00 upgpkg: 1:1.11-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = sway pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager - pkgver = 1.10.1 - pkgrel = 3 + pkgver = 1.11 + pkgrel = 1 epoch = 1 url = https://swaywm.org/ install = sway.install @@ -25,10 +25,11 @@ pkgbase = sway depends = pango depends = pcre2 depends = ttf-font - depends = wlroots0.18 + depends = wlroots0.19 depends = xcb-util-wm optdepends = brightnessctl: Brightness adjustment tool used in the default configuration optdepends = foot: Terminal emulator used in the default configuration + optdepends = grim: Screenshot utility used in the default configuration optdepends = i3status: Status line generation optdepends = libpulse: Volume adjustment tool (pactl) used in the default configuration optdepends = mako: Lightweight notification daemon @@ -45,13 +46,13 @@ pkgbase = sway provides = wayland-compositor backup = etc/sway/config backup = etc/sway/config.d/50-systemd-user.conf - source = git+https://github.com/swaywm/sway.git#tag=1.10.1?signed + source = git+https://github.com/swaywm/sway.git#tag=1.11?signed source = 50-systemd-user.conf source = sway-portals.conf source = remove_git_version_format.patch validpgpkeys = 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 validpgpkeys = 9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A - sha512sums = ec7752ac270dac861130255d00b135f03b1e9bc8313b2f21b1e565a7e0a10ef4fa839c6566f541e5b922715b8da836c654b29ebad0d0850699c03e0bb08a8796 + sha512sums = 29e1eb9c4c5176c9e0ad10c27199f98b7356850090efbb85655c6f1569cce7173016b5a0482afc714e63a9da6cbf715652950b978a9e9363805e07ccb35d3f27 sha512sums = d5f9aadbb4bbef067c31d4c8c14dad220eb6f3e559e9157e20e1e3d47faf2f77b9a15e52519c3ffc53dc8a5202cb28757b81a4b3b0cc5dd50a4ddc49e03fe06e sha512sums = 4f9576b7218aef8152eb60e646985e96b13540b7a4fd34ba68fdc490199cf7a7b46bbee85587e41bffe81fc730222cf408d5712e6251edc85a0a0b0408c1a2df sha512sums = c3a450d3411b5ec6d4bcb485744213a49ee95698d3237804a7bf93258e091753de4666a2245ffe74129151749ec296be4d7741814380133b673f3fd2ec71932b ===================================== PKGBUILD ===================================== @@ -4,9 +4,9 @@ # Contributor: Alexander F. Rødseth <xypr...@archlinux.org> pkgname=sway -pkgver=1.10.1 +pkgver=1.11 epoch=1 -pkgrel=3 +pkgrel=1 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager' arch=(x86_64) url='https://swaywm.org/' @@ -25,7 +25,7 @@ depends=( 'pango' 'pcre2' 'ttf-font' - 'wlroots0.18' + 'wlroots0.19' 'xcb-util-wm' ) makedepends=(git meson ninja scdoc wayland-protocols) @@ -37,6 +37,7 @@ backup=( optdepends=( 'brightnessctl: Brightness adjustment tool used in the default configuration' 'foot: Terminal emulator used in the default configuration' + 'grim: Screenshot utility used in the default configuration' 'i3status: Status line generation' 'libpulse: Volume adjustment tool (pactl) used in the default configuration' 'mako: Lightweight notification daemon' @@ -56,7 +57,7 @@ source=("git+https://github.com/swaywm/sway.git#tag=$pkgver?signed" "sway-portals.conf" "remove_git_version_format.patch") install=sway.install -sha512sums=('ec7752ac270dac861130255d00b135f03b1e9bc8313b2f21b1e565a7e0a10ef4fa839c6566f541e5b922715b8da836c654b29ebad0d0850699c03e0bb08a8796' +sha512sums=('29e1eb9c4c5176c9e0ad10c27199f98b7356850090efbb85655c6f1569cce7173016b5a0482afc714e63a9da6cbf715652950b978a9e9363805e07ccb35d3f27' 'd5f9aadbb4bbef067c31d4c8c14dad220eb6f3e559e9157e20e1e3d47faf2f77b9a15e52519c3ffc53dc8a5202cb28757b81a4b3b0cc5dd50a4ddc49e03fe06e' '4f9576b7218aef8152eb60e646985e96b13540b7a4fd34ba68fdc490199cf7a7b46bbee85587e41bffe81fc730222cf408d5712e6251edc85a0a0b0408c1a2df' 'c3a450d3411b5ec6d4bcb485744213a49ee95698d3237804a7bf93258e091753de4666a2245ffe74129151749ec296be4d7741814380133b673f3fd2ec71932b') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sway/-/commit/80dddf1f1a82e595fe252743972b2c5d29943631 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sway/-/commit/80dddf1f1a82e595fe252743972b2c5d29943631 You're receiving this email because of your account on gitlab.archlinux.org.