Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-shell
Commits: 374e3bbc by Robin Candau at 2024-11-19T09:12:22+01:00 upgpkg: 0.5.42-1: New upstream release https://github.com/nwg-piotr/nwg-shell/releases/tag/v0.5.42 - - - - - 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.41 + pkgver = 0.5.42 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.41.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v0.5.41.tar.gz - sha256sums = 692b9a6b7323e81e2922a600c2ade727cd1ba08d022c558cc5c6a63139599966 + source = nwg-shell-0.5.42.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v0.5.42.tar.gz + sha256sums = 79864c0de0c506176a5bbca229d8cb9014fb801ecada30c629dda90925cacbfd pkgname = nwg-shell ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-shell -pkgver=0.5.41 +pkgver=0.5.42 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=('692b9a6b7323e81e2922a600c2ade727cd1ba08d022c558cc5c6a63139599966') +sha256sums=('79864c0de0c506176a5bbca229d8cb9014fb801ecada30c629dda90925cacbfd') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/374e3bbc872644d01c36a0d3f7f3da577535179d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/374e3bbc872644d01c36a0d3f7f3da577535179d You're receiving this email because of your account on gitlab.archlinux.org.
