mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/conky to 1.21.2-1
This commit is contained in:
parent
fab6be4b30
commit
edefd45240
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.1
|
||||
pkgver = 1.21.2
|
||||
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.1?signed
|
||||
source = git+https://github.com/brndnmtthws/conky.git#tag=v1.21.2?signed
|
||||
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
|
||||
sha512sums = ecab140306a82f0c480dade81d4058459fc15ec3e648e3dc280114a94ff3d0a52069e2721f005bd7cc91cfa91e764349632040042763a246828e4be1931a0883
|
||||
b2sums = 6115729469977d7e8ea710bea18edfccfab9cad7080a16b6413c0471c790e5ce6fe51df2fbe0177bdfdd9f9bd07ef5c869f9980724663075cc99aa581e9cb5f4
|
||||
sha512sums = a083f2e5fd75ccd7030ebf82e6f3209d21cda42859ca21fc9e3d7ae02d47f1f1e5402fe31793915c915a8bf13c15ade586868ab54ad6072ed182e6f7e10a95ab
|
||||
b2sums = bd6867355a404754363b6581160dec9f58396d2a5057811e2ba38161abdf04c84b3088b921031ed73a7f8afdae43a4031dc94d39888c9cebc34cea5d20005831
|
||||
|
||||
pkgname = conky
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# - remove makedepends on pandoc, set -D BUILD_DOCS=OFF
|
||||
|
||||
pkgname=conky
|
||||
pkgver=1.21.1
|
||||
pkgver=1.21.2
|
||||
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=('ecab140306a82f0c480dade81d4058459fc15ec3e648e3dc280114a94ff3d0a52069e2721f005bd7cc91cfa91e764349632040042763a246828e4be1931a0883')
|
||||
b2sums=('6115729469977d7e8ea710bea18edfccfab9cad7080a16b6413c0471c790e5ce6fe51df2fbe0177bdfdd9f9bd07ef5c869f9980724663075cc99aa581e9cb5f4')
|
||||
sha512sums=('a083f2e5fd75ccd7030ebf82e6f3209d21cda42859ca21fc9e3d7ae02d47f1f1e5402fe31793915c915a8bf13c15ade586868ab54ad6072ed182e6f7e10a95ab')
|
||||
b2sums=('bd6867355a404754363b6581160dec9f58396d2a5057811e2ba38161abdf04c84b3088b921031ed73a7f8afdae43a4031dc94d39888c9cebc34cea5d20005831')
|
||||
validpgpkeys=(
|
||||
'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews <github@brenden.brndn.io>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue