Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-shell
Commits: 056e3520 by Robin Candau at 2024-11-17T17:06:24+01:00 upgpkg: 0.5.40-1: New upstream release https://github.com/nwg-piotr/nwg-shell/releases/tag/v0.5.40 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = nwg-shell pkgdesc = Installer & meta-package for the nwg-shell project - pkgver = 0.5.39 + pkgver = 0.5.40 pkgrel = 1 url = https://nwg-piotr.github.io/nwg-shell/ install = nwg-shell.install @@ -55,7 +55,7 @@ pkgbase = nwg-shell optdepends = firefox: Suggested web browser optdepends = mousepad: Suggested text editor optdepends = thunar: Suggested file manager - source = nwg-shell-0.5.39.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v0.5.39.tar.gz - sha256sums = 8fdbd4f8999303a6f40856b0e26619b24a10fc41bb3906497750227083d6979d + source = nwg-shell-0.5.40.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v0.5.40.tar.gz + sha256sums = 800f7e5ca6316228c5f50cbd463640daba704df0e2373314d7569b9a2a6e3c64 pkgname = nwg-shell ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-shell -pkgver=0.5.39 +pkgver=0.5.40 pkgrel=1 pkgdesc="Installer & meta-package for the nwg-shell project" url="https://nwg-piotr.github.io/nwg-shell/" @@ -25,7 +25,7 @@ optdepends=('hyprland: Supported alternative Wayland compositor' makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') install="${pkgname}.install" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v${pkgver}.tar.gz") -sha256sums=('8fdbd4f8999303a6f40856b0e26619b24a10fc41bb3906497750227083d6979d') +sha256sums=('800f7e5ca6316228c5f50cbd463640daba704df0e2373314d7569b9a2a6e3c64') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/056e3520983ee98415a25257cead1d9a2b69f83c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/056e3520983ee98415a25257cead1d9a2b69f83c You're receiving this email because of your account on gitlab.archlinux.org.
