Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / vicious
Commits: a4750c9e by Caleb Maclennan at 2024-11-12T12:14:49+03:00 upgpkg: 2.7.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = vicious pkgdesc = Widgets for the Awesome window manager - pkgver = 2.7.0 + pkgver = 2.7.1 pkgrel = 1 url = https://github.com/Mic92/vicious arch = any @@ -10,7 +10,7 @@ pkgbase = vicious optdepends = curl: for widget types accessing network resources optdepends = hddtemp: for the HDD Temp widget type optdepends = wireless_tools: for the Wireless widget type - source = https://github.com/Mic92/vicious/archive/v2.7.0/vicious-2.7.0.tar.gz - sha256sums = 449e2a0a3bd7c459ae3cb84825f39b282820bf3e2883af8fa1b1aa4e48d35367 + source = https://github.com/Mic92/vicious/archive/v2.7.1/vicious-2.7.1.tar.gz + sha256sums = 6d572186b810e25f159a679744c40bfd25e7bf5e480089e648d86ffbab682f4b pkgname = vicious ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Sébastien Luttringer pkgname=vicious -pkgver=2.7.0 +pkgver=2.7.1 pkgrel=1 pkgdesc='Widgets for the Awesome window manager' url="https://github.com/Mic92/$pkgname" @@ -16,7 +16,7 @@ optdepends=('alsa-utils: for the Volume widget type' 'wireless_tools: for the Wireless widget type') _archive="$pkgname-$pkgver" source=("$url/archive/v$pkgver/$_archive.tar.gz") -sha256sums=('449e2a0a3bd7c459ae3cb84825f39b282820bf3e2883af8fa1b1aa4e48d35367') +sha256sums=('6d572186b810e25f159a679744c40bfd25e7bf5e480089e648d86ffbab682f4b') package() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vicious/-/commit/a4750c9eaeb29e0ec0811ebea15d92c4675d9b78 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vicious/-/commit/a4750c9eaeb29e0ec0811ebea15d92c4675d9b78 You're receiving this email because of your account on gitlab.archlinux.org.