Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-displays
Commits: 1ec50dbf by Robin Candau at 2024-09-11T08:59:02+02:00 upgpkg: 0.3.21-1: New upstream release https://github.com/nwg-piotr/nwg-displays/releases/tag/v0.3.21 - - - - - 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.20 - pkgrel = 2 + pkgver = 0.3.21 + 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.20.tar.gz::https://github.com/nwg-piotr/nwg-displays/archive/v0.3.20.tar.gz - sha256sums = 6dfdb4bf50fa89b52e675c1fd65bc0c9d48d2ab2b07f0cc662b74a6bfe508c1e + source = nwg-displays-0.3.21.tar.gz::https://github.com/nwg-piotr/nwg-displays/archive/v0.3.21.tar.gz + sha256sums = b91890e372598f1c44db9f5f927ce82b4f88e66c01689cfb5bf35119dc91cf72 pkgname = nwg-displays ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-displays -pkgver=0.3.20 -pkgrel=2 +pkgver=0.3.21 +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=('6dfdb4bf50fa89b52e675c1fd65bc0c9d48d2ab2b07f0cc662b74a6bfe508c1e') +sha256sums=('b91890e372598f1c44db9f5f927ce82b4f88e66c01689cfb5bf35119dc91cf72') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-displays/-/commit/1ec50dbf1b3761b6202f11dcf9dcb17829249f98 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-displays/-/commit/1ec50dbf1b3761b6202f11dcf9dcb17829249f98 You're receiving this email because of your account on gitlab.archlinux.org.
