Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-shell-config
Commits: fd8d40da by Robin Candau at 2024-12-09T09:09:48+01:00 upgpkg: 0.5.54-1: New upstream release https://github.com/nwg-piotr/nwg-shell-config/releases/tag/v0.5.54 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = nwg-shell-config pkgdesc = nwg-shell configuration utility - pkgver = 0.5.52 - pkgrel = 2 + pkgver = 0.5.54 + pkgrel = 1 url = https://github.com/nwg-piotr/nwg-shell-config arch = any license = MIT @@ -19,7 +19,7 @@ pkgbase = nwg-shell-config depends = gtklock depends = noto-fonts depends = wlsunset - source = nwg-shell-config-0.5.52.tar.gz::https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.52.tar.gz - sha256sums = 34725d44b807c619a6b406f2006464d19624fec5a41916b95808517122da6953 + source = nwg-shell-config-0.5.54.tar.gz::https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.54.tar.gz + sha256sums = e7981c73bdb24b3ad203fb4113e6ff3adeb39907e1826e8042f7658eb6154063 pkgname = nwg-shell-config ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-shell-config -pkgver=0.5.52 -pkgrel=2 +pkgver=0.5.54 +pkgrel=1 pkgdesc="nwg-shell configuration utility" url="https://github.com/nwg-piotr/nwg-shell-config" arch=('any') @@ -11,7 +11,7 @@ license=('MIT') depends=('pacman-contrib' 'python' 'python-gobject' 'python-i3ipc' 'python-geopy' 'python-requests' 'playerctl' 'gtklock' 'noto-fonts' 'wlsunset') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('34725d44b807c619a6b406f2006464d19624fec5a41916b95808517122da6953') +sha256sums=('e7981c73bdb24b3ad203fb4113e6ff3adeb39907e1826e8042f7658eb6154063') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell-config/-/commit/fd8d40dab1bda5d31216df710053817b3c69182f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell-config/-/commit/fd8d40dab1bda5d31216df710053817b3c69182f You're receiving this email because of your account on gitlab.archlinux.org.
