extra/conky to 1.19.7-1

This commit is contained in:
Kevin Mihelich 2024-02-23 22:26:08 +00:00
parent df87650ebc
commit db2b31fd7f
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = conky
pkgdesc = Light-weight system monitor for X, Wayland, and other things, too
pkgver = 1.19.6
pkgver = 1.19.7
pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = x86_64
@ -32,6 +32,7 @@ pkgbase = conky
depends = libxext
depends = libxfixes
depends = libxft
depends = libxi
depends = libxinerama
depends = libxml2
depends = libxnvctrl
@ -44,7 +45,7 @@ pkgbase = conky
depends = libsystemd.so
depends = wayland
depends = wireless_tools
source = git+https://github.com/brndnmtthws/conky.git#tag=6d985b350df9cdc0a9fab533710d04db27591bf0?signed
source = git+https://github.com/brndnmtthws/conky.git#tag=70ef89411aa0a70c5b25318d0329e1d9e57838d2?signed
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
sha512sums = SKIP
b2sums = SKIP

View file

@ -10,8 +10,8 @@
# - remove makedepends on pandoc, set -D BUILD_DOCS=OFF
pkgname=conky
pkgver=1.19.6
_gitcommit=6d985b350df9cdc0a9fab533710d04db27591bf0 # refs/tags/v1.19.6
pkgver=1.19.7
_gitcommit=70ef89411aa0a70c5b25318d0329e1d9e57838d2 # refs/tags/v1.19.7
pkgrel=1
pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
url='https://github.com/brndnmtthws/conky'
@ -46,6 +46,7 @@ depends=(
'libxext'
'libxfixes'
'libxft'
'libxi'
'libxinerama'
'libxml2'
'lua'