Date: Monday, April 10, 2023 @ 13:17:47 Author: alerque Revision: 1444312
upgpkg: vicious 2.6.0-1 Modified: vicious/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 13:17:15 UTC (rev 1444311) +++ PKGBUILD 2023-04-10 13:17:47 UTC (rev 1444312) @@ -3,22 +3,20 @@ # Contributor: Sébastien Luttringer pkgname=vicious -pkgver=2.5.1 +pkgver=2.6.0 pkgrel=1 pkgdesc='Widgets for the Awesome window manager' -url=https://github.com/Mic92/$pkgname +url="https://github.com/Mic92/$pkgname" arch=(any) license=(GPL2) depends=(lua53) -optdepends=( - 'hddtemp: for the HDD Temp widget type' - 'alsa-utils: for the Volume widget type' - 'wireless_tools: for the Wireless widget type' - 'curl: for widget types accessing network resources' -) +optdepends=('alsa-utils: for the Volume widget type' + 'curl: for widget types accessing network resources' + 'hddtemp: for the HDD Temp widget type' + 'wireless_tools: for the Wireless widget type') _archive="$pkgname-$pkgver" source=("$url/archive/v$pkgver/$_archive.tar.gz") -sha256sums=('29a0d645a131297dea83477a27c82dbb480c1f5288ecde911ad055b75dc9f278') +sha256sums=('444280d6c96c27a0c523b5f0a5e933a3f6dbf473c0a53bf4a8bce43a9b3dd537') package() { cd "$_archive"
