Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-hello
Commits: 534d0c44 by Robin Candau at 2024-09-20T09:35:18+02:00 upgpkg: 0.2.3-1: New upstream release https://github.com/nwg-piotr/nwg-hello/releases/tag/v0.2.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = nwg-hello pkgdesc = GTK3-based greeter for greetd written in python - pkgver = 0.2.2 - pkgrel = 6 + pkgver = 0.2.3 + pkgrel = 1 url = https://github.com/nwg-piotr/nwg-hello arch = any license = MIT @@ -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.2.tar.gz::https://github.com/nwg-piotr/nwg-hello/archive/v0.2.2.tar.gz + source = nwg-hello-0.2.3.tar.gz::https://github.com/nwg-piotr/nwg-hello/archive/v0.2.3.tar.gz source = nwg-hello.tmpfiles - sha256sums = fe4ff972dfb1296e68e7648fc7ea9504870092c84aa997a9719c1db595f48924 + sha256sums = 2c16303ec4df8f54445f8efcf7ea8eb78449ae9b7b05a7295fd95e91079ba84c sha256sums = 7f684ff594b49f22035b804659541aa7b14d046c70f50e434227dbb2d083aa1c pkgname = nwg-hello ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-hello -pkgver=0.2.2 -pkgrel=6 +pkgver=0.2.3 +pkgrel=1 pkgdesc="GTK3-based greeter for greetd written in python" url="https://github.com/nwg-piotr/nwg-hello" arch=('any') @@ -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=('fe4ff972dfb1296e68e7648fc7ea9504870092c84aa997a9719c1db595f48924' +sha256sums=('2c16303ec4df8f54445f8efcf7ea8eb78449ae9b7b05a7295fd95e91079ba84c' '7f684ff594b49f22035b804659541aa7b14d046c70f50e434227dbb2d083aa1c') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-hello/-/commit/534d0c4432c8c9de30c1b080188a0072c8bced81 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-hello/-/commit/534d0c4432c8c9de30c1b080188a0072c8bced81 You're receiving this email because of your account on gitlab.archlinux.org.
