Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-hello
Commits: 696fddcc by Robin Candau at 2024-09-24T09:17:12+02:00 upgpkg: 0.2.4-1: New upstream release https://github.com/nwg-piotr/nwg-hello/releases/tag/v0.2.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = nwg-hello pkgdesc = GTK3-based greeter for greetd written in python - pkgver = 0.2.3 + pkgver = 0.2.4 pkgrel = 1 url = https://github.com/nwg-piotr/nwg-hello arch = any @@ -17,9 +17,9 @@ pkgbase = nwg-hello depends = gnome-themes-extra optdepends = sway: Wayland compositor nwg-hello has been made for optdepends = hyprland: Wayland compositor nwg-hello has been made for - source = nwg-hello-0.2.3.tar.gz::https://github.com/nwg-piotr/nwg-hello/archive/v0.2.3.tar.gz + source = nwg-hello-0.2.4.tar.gz::https://github.com/nwg-piotr/nwg-hello/archive/v0.2.4.tar.gz source = nwg-hello.tmpfiles - sha256sums = 2c16303ec4df8f54445f8efcf7ea8eb78449ae9b7b05a7295fd95e91079ba84c + sha256sums = f5435ff9c8605fd683080220c613b8e74c24e78439032af2891c18c7af05a350 sha256sums = 7f684ff594b49f22035b804659541aa7b14d046c70f50e434227dbb2d083aa1c pkgname = nwg-hello ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-hello -pkgver=0.2.3 +pkgver=0.2.4 pkgrel=1 pkgdesc="GTK3-based greeter for greetd written in python" url="https://github.com/nwg-piotr/nwg-hello" @@ -14,7 +14,7 @@ optdepends=('sway: Wayland compositor nwg-hello has been made for' 'hyprland: Wayland compositor nwg-hello has been made for') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" "${pkgname}.tmpfiles") -sha256sums=('2c16303ec4df8f54445f8efcf7ea8eb78449ae9b7b05a7295fd95e91079ba84c' +sha256sums=('f5435ff9c8605fd683080220c613b8e74c24e78439032af2891c18c7af05a350' '7f684ff594b49f22035b804659541aa7b14d046c70f50e434227dbb2d083aa1c') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-hello/-/commit/696fddcc14c1bf6216832cc62235a0311791918c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-hello/-/commit/696fddcc14c1bf6216832cc62235a0311791918c You're receiving this email because of your account on gitlab.archlinux.org.
