extra/conky to 1.21.1-1

This commit is contained in:
Kevin Mihelich 2024-05-21 23:07:29 +00:00
parent 38e57b559d
commit 8e121d1d0c
2 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
pkgbase = conky
pkgdesc = Light-weight system monitor for X, Wayland, and other things, too
pkgver = 1.20.2
pkgrel = 2
pkgver = 1.21.1
pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = x86_64
license = BSD-3-Clause
@ -46,9 +46,9 @@ pkgbase = conky
depends = libsystemd.so
depends = wayland
depends = wireless_tools
source = git+https://github.com/brndnmtthws/conky.git#tag=v1.20.2?signed
source = git+https://github.com/brndnmtthws/conky.git#tag=v1.21.1?signed
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
sha512sums = 3819df8b1f2da0d7b89cd0097b3f72c5248df089fc990c695ee79c56679cf7e45d6b24f7295a5eb99ed6bd16896c56b32ae306ab5e2d79204a794f541a824565
b2sums = 25f60e912e1c3bb641e05999a982854701d8480284f7d84cdfb89bd13f055463fe96b0789886505a5d238f9e4842362fbfeebf0a1c2f4454c557939025c89cef
sha512sums = ecab140306a82f0c480dade81d4058459fc15ec3e648e3dc280114a94ff3d0a52069e2721f005bd7cc91cfa91e764349632040042763a246828e4be1931a0883
b2sums = 6115729469977d7e8ea710bea18edfccfab9cad7080a16b6413c0471c790e5ce6fe51df2fbe0177bdfdd9f9bd07ef5c869f9980724663075cc99aa581e9cb5f4
pkgname = conky

View file

@ -10,8 +10,8 @@
# - remove makedepends on pandoc, set -D BUILD_DOCS=OFF
pkgname=conky
pkgver=1.20.2
pkgrel=2
pkgver=1.21.1
pkgrel=1
pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
url='https://github.com/brndnmtthws/conky'
license=(
@ -57,8 +57,8 @@ depends=(
'wireless_tools'
)
source=("git+$url.git#tag=v${pkgver}?signed")
sha512sums=('3819df8b1f2da0d7b89cd0097b3f72c5248df089fc990c695ee79c56679cf7e45d6b24f7295a5eb99ed6bd16896c56b32ae306ab5e2d79204a794f541a824565')
b2sums=('25f60e912e1c3bb641e05999a982854701d8480284f7d84cdfb89bd13f055463fe96b0789886505a5d238f9e4842362fbfeebf0a1c2f4454c557939025c89cef')
sha512sums=('ecab140306a82f0c480dade81d4058459fc15ec3e648e3dc280114a94ff3d0a52069e2721f005bd7cc91cfa91e764349632040042763a246828e4be1931a0883')
b2sums=('6115729469977d7e8ea710bea18edfccfab9cad7080a16b6413c0471c790e5ce6fe51df2fbe0177bdfdd9f9bd07ef5c869f9980724663075cc99aa581e9cb5f4')
validpgpkeys=(
'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews <github@brenden.brndn.io>
)