Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-shell-config
Commits: 57ddd466 by Robin Candau at 2024-10-24T09:40:16+02:00 upgpkg: 0.5.48-1: New upstream release https://github.com/nwg-piotr/nwg-shell-config/releases/tag/v0.5.48 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = nwg-shell-config pkgdesc = nwg-shell configuration utility - pkgver = 0.5.47 + pkgver = 0.5.48 pkgrel = 1 url = https://github.com/nwg-piotr/nwg-shell-config arch = any @@ -14,11 +14,12 @@ pkgbase = nwg-shell-config depends = python-gobject depends = python-i3ipc depends = python-geopy + depends = python-requests depends = playerctl depends = gtklock depends = noto-fonts depends = wlsunset - source = nwg-shell-config-0.5.47.tar.gz::https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.47.tar.gz - sha256sums = 272399439385581f5bfdbd393d9d86d520f7c674318469f2374b341f0ec8f2eb + source = nwg-shell-config-0.5.48.tar.gz::https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.48.tar.gz + sha256sums = edf1b1f57106c36ab90cc8a9eba08edfffc3934303de55e66256f660b00763da pkgname = nwg-shell-config ===================================== PKGBUILD ===================================== @@ -2,16 +2,16 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-shell-config -pkgver=0.5.47 +pkgver=0.5.48 pkgrel=1 pkgdesc="nwg-shell configuration utility" url="https://github.com/nwg-piotr/nwg-shell-config" arch=('any') license=('MIT') -depends=('pacman-contrib' 'python' 'python-gobject' 'python-i3ipc' 'python-geopy' 'playerctl' 'gtklock' 'noto-fonts' 'wlsunset') +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=('272399439385581f5bfdbd393d9d86d520f7c674318469f2374b341f0ec8f2eb') +sha256sums=('edf1b1f57106c36ab90cc8a9eba08edfffc3934303de55e66256f660b00763da') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell-config/-/commit/57ddd4668cceed51b7aee7fe0b58d337062a1f74 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell-config/-/commit/57ddd4668cceed51b7aee7fe0b58d337062a1f74 You're receiving this email because of your account on gitlab.archlinux.org.
