Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-shell-config
Commits: b70ee51c by Robin Candau at 2024-12-07T13:18:30+01:00 upgpkg: 0.5.52-1: New upstream release https://github.com/nwg-piotr/nwg-shell-config/releases/tag/v0.5.52 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = nwg-shell-config pkgdesc = nwg-shell configuration utility - pkgver = 0.5.51 - pkgrel = 2 + pkgver = 0.5.52 + 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.51.tar.gz::https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.51.tar.gz - sha256sums = f2a7fa3a798dc3794104192f2e2300dfc92d839bb981527e0907f315a154988d + 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 pkgname = nwg-shell-config ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-shell-config -pkgver=0.5.51 -pkgrel=2 +pkgver=0.5.52 +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=('f2a7fa3a798dc3794104192f2e2300dfc92d839bb981527e0907f315a154988d') +sha256sums=('34725d44b807c619a6b406f2006464d19624fec5a41916b95808517122da6953') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell-config/-/commit/b70ee51c0150afb8afda9213d45b6159f9210aec -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell-config/-/commit/b70ee51c0150afb8afda9213d45b6159f9210aec You're receiving this email because of your account on gitlab.archlinux.org.
