extra/conky to 1.21.5-1

This commit is contained in:
Kevin Mihelich 2024-07-24 13:32:57 +00:00
parent b875af8262
commit 3fa127dbae
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = conky pkgbase = conky
pkgdesc = Light-weight system monitor for X, Wayland, and other things, too pkgdesc = Light-weight system monitor for X, Wayland, and other things, too
pkgver = 1.21.3 pkgver = 1.21.5
pkgrel = 1 pkgrel = 1
url = https://github.com/brndnmtthws/conky url = https://github.com/brndnmtthws/conky
arch = x86_64 arch = x86_64
@ -46,9 +46,9 @@ pkgbase = conky
depends = libsystemd.so depends = libsystemd.so
depends = wayland depends = wayland
depends = wireless_tools depends = wireless_tools
source = git+https://github.com/brndnmtthws/conky.git#tag=v1.21.3?signed source = git+https://github.com/brndnmtthws/conky.git#tag=v1.21.5?signed
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0 validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
sha512sums = 9ae1cdf105c62cbeca6c96a7db659d7589e87ea7b35a3908a0295f2f6eb4f2e1f1a5692bfbd2e85da75e098f339303b51e458e69a090e6e45ae811db3130fd77 sha512sums = 740ae8fb1e81807f76aecd091a70f52a282ab88f4fde65a59345d2833e4e91c392f840b116124ce4f88436f0e95daa6e45e6d9515ed8eddef55fc6dbbe724397
b2sums = 55caf24db5abf775c5b6a95b40909e60c9dcc316e1eab37a57d965a1930dfc7974dea05ea0e9b0791f8e1c175c0fe1ae8a007eb3bf1b7b6b10e30c6bf2a25ff1 b2sums = 0343e3c78d76ae4f9f2dff5dfde0a9dcbcbb2e2204e58a9c9600f5d15a7b42087282b77686ba66db99fd41a25f43cf130a3f3c56187c9bfeaa7050b9f837b64a
pkgname = conky pkgname = conky

View file

@ -10,7 +10,7 @@
# - remove makedepends on pandoc, set -D BUILD_DOCS=OFF # - remove makedepends on pandoc, set -D BUILD_DOCS=OFF
pkgname=conky pkgname=conky
pkgver=1.21.3 pkgver=1.21.5
pkgrel=1 pkgrel=1
pkgdesc='Light-weight system monitor for X, Wayland, and other things, too' pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
url='https://github.com/brndnmtthws/conky' url='https://github.com/brndnmtthws/conky'
@ -57,8 +57,8 @@ depends=(
'wireless_tools' 'wireless_tools'
) )
source=("git+$url.git#tag=v${pkgver}?signed") source=("git+$url.git#tag=v${pkgver}?signed")
sha512sums=('9ae1cdf105c62cbeca6c96a7db659d7589e87ea7b35a3908a0295f2f6eb4f2e1f1a5692bfbd2e85da75e098f339303b51e458e69a090e6e45ae811db3130fd77') sha512sums=('740ae8fb1e81807f76aecd091a70f52a282ab88f4fde65a59345d2833e4e91c392f840b116124ce4f88436f0e95daa6e45e6d9515ed8eddef55fc6dbbe724397')
b2sums=('55caf24db5abf775c5b6a95b40909e60c9dcc316e1eab37a57d965a1930dfc7974dea05ea0e9b0791f8e1c175c0fe1ae8a007eb3bf1b7b6b10e30c6bf2a25ff1') b2sums=('0343e3c78d76ae4f9f2dff5dfde0a9dcbcbb2e2204e58a9c9600f5d15a7b42087282b77686ba66db99fd41a25f43cf130a3f3c56187c9bfeaa7050b9f837b64a')
validpgpkeys=( validpgpkeys=(
'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews <github@brenden.brndn.io> 'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews <github@brenden.brndn.io>
) )