Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-displays
Commits: f9f8b54b by Robin Candau at 2026-02-10T18:45:34+01:00 upgpkg: 0.3.28-1: New upstream release https://github.com/nwg-piotr/nwg-displays/releases/tag/v0.3.28 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = nwg-displays pkgdesc = Output management utility for sway and Hyprland Wayland compositors - pkgver = 0.3.27 - pkgrel = 2 + pkgver = 0.3.28 + pkgrel = 1 url = https://github.com/nwg-piotr/nwg-displays arch = any license = MIT @@ -14,7 +14,7 @@ pkgbase = nwg-displays depends = gtk3 depends = gtk-layer-shell depends = python-i3ipc - source = nwg-displays-0.3.27.tar.gz::https://github.com/nwg-piotr/nwg-displays/archive/v0.3.27.tar.gz - sha256sums = ba2b7ab7bfa595e09cd795bda2612797046d1a709908bf8c732354d288ebc6b8 + source = nwg-displays-0.3.28.tar.gz::https://github.com/nwg-piotr/nwg-displays/archive/v0.3.28.tar.gz + sha256sums = 35ffe993c21b9ffaa3e776b12ee8a154bc2b0ea661e2ff417c513df82fad26e9 pkgname = nwg-displays ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-displays -pkgver=0.3.27 -pkgrel=2 +pkgver=0.3.28 +pkgrel=1 pkgdesc="Output management utility for sway and Hyprland Wayland compositors" url="https://github.com/nwg-piotr/nwg-displays" arch=('any') @@ -11,7 +11,7 @@ license=('MIT') depends=('python' 'python-gobject' 'gtk3' 'gtk-layer-shell' 'python-i3ipc') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('ba2b7ab7bfa595e09cd795bda2612797046d1a709908bf8c732354d288ebc6b8') +sha256sums=('35ffe993c21b9ffaa3e776b12ee8a154bc2b0ea661e2ff417c513df82fad26e9') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-displays/-/commit/f9f8b54bf34c3067920a2e09c6a546b1efee178f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-displays/-/commit/f9f8b54bf34c3067920a2e09c6a546b1efee178f You're receiving this email because of your account on gitlab.archlinux.org.
