mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/conky to 1.21.3-1
This commit is contained in:
parent
338732208c
commit
10ec96b121
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = conky
|
||||
pkgdesc = Light-weight system monitor for X, Wayland, and other things, too
|
||||
pkgver = 1.21.2
|
||||
pkgver = 1.21.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/brndnmtthws/conky
|
||||
arch = x86_64
|
||||
|
@ -46,9 +46,9 @@ pkgbase = conky
|
|||
depends = libsystemd.so
|
||||
depends = wayland
|
||||
depends = wireless_tools
|
||||
source = git+https://github.com/brndnmtthws/conky.git#tag=v1.21.2?signed
|
||||
source = git+https://github.com/brndnmtthws/conky.git#tag=v1.21.3?signed
|
||||
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
|
||||
sha512sums = a083f2e5fd75ccd7030ebf82e6f3209d21cda42859ca21fc9e3d7ae02d47f1f1e5402fe31793915c915a8bf13c15ade586868ab54ad6072ed182e6f7e10a95ab
|
||||
b2sums = bd6867355a404754363b6581160dec9f58396d2a5057811e2ba38161abdf04c84b3088b921031ed73a7f8afdae43a4031dc94d39888c9cebc34cea5d20005831
|
||||
sha512sums = 9ae1cdf105c62cbeca6c96a7db659d7589e87ea7b35a3908a0295f2f6eb4f2e1f1a5692bfbd2e85da75e098f339303b51e458e69a090e6e45ae811db3130fd77
|
||||
b2sums = 55caf24db5abf775c5b6a95b40909e60c9dcc316e1eab37a57d965a1930dfc7974dea05ea0e9b0791f8e1c175c0fe1ae8a007eb3bf1b7b6b10e30c6bf2a25ff1
|
||||
|
||||
pkgname = conky
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# - remove makedepends on pandoc, set -D BUILD_DOCS=OFF
|
||||
|
||||
pkgname=conky
|
||||
pkgver=1.21.2
|
||||
pkgver=1.21.3
|
||||
pkgrel=1
|
||||
pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
|
||||
url='https://github.com/brndnmtthws/conky'
|
||||
|
@ -57,8 +57,8 @@ depends=(
|
|||
'wireless_tools'
|
||||
)
|
||||
source=("git+$url.git#tag=v${pkgver}?signed")
|
||||
sha512sums=('a083f2e5fd75ccd7030ebf82e6f3209d21cda42859ca21fc9e3d7ae02d47f1f1e5402fe31793915c915a8bf13c15ade586868ab54ad6072ed182e6f7e10a95ab')
|
||||
b2sums=('bd6867355a404754363b6581160dec9f58396d2a5057811e2ba38161abdf04c84b3088b921031ed73a7f8afdae43a4031dc94d39888c9cebc34cea5d20005831')
|
||||
sha512sums=('9ae1cdf105c62cbeca6c96a7db659d7589e87ea7b35a3908a0295f2f6eb4f2e1f1a5692bfbd2e85da75e098f339303b51e458e69a090e6e45ae811db3130fd77')
|
||||
b2sums=('55caf24db5abf775c5b6a95b40909e60c9dcc316e1eab37a57d965a1930dfc7974dea05ea0e9b0791f8e1c175c0fe1ae8a007eb3bf1b7b6b10e30c6bf2a25ff1')
|
||||
validpgpkeys=(
|
||||
'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews <github@brenden.brndn.io>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue