extra/conky to 1.20.2-2

This commit is contained in:
Kevin Mihelich 2024-05-18 14:02:16 +00:00
parent 784424f71c
commit bdbf1275a3
2 changed files with 4 additions and 2 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 = 1
pkgrel = 2
url = https://github.com/brndnmtthws/conky
arch = x86_64
license = BSD-3-Clause
@ -16,6 +16,7 @@ pkgbase = conky
makedepends = python-yaml
makedepends = python-jinja
makedepends = wayland-protocols
makedepends = gperf
depends = cairo
depends = curl
depends = libcurl.so

View file

@ -11,7 +11,7 @@
pkgname=conky
pkgver=1.20.2
pkgrel=1
pkgrel=2
pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
url='https://github.com/brndnmtthws/conky'
license=(
@ -29,6 +29,7 @@ makedepends=(
'python-yaml'
'python-jinja'
'wayland-protocols'
'gperf'
)
depends=(
'cairo'