diff --git a/extra/conky/.SRCINFO b/extra/conky/.SRCINFO index 807dff26a..fe64f0ed4 100644 --- a/extra/conky/.SRCINFO +++ b/extra/conky/.SRCINFO @@ -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 diff --git a/extra/conky/PKGBUILD b/extra/conky/PKGBUILD index 689f14571..fc3450a4d 100644 --- a/extra/conky/PKGBUILD +++ b/extra/conky/PKGBUILD @@ -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'