ENH update conky

This commit is contained in:
Nathan Dwarshuis 2024-07-12 13:02:44 -04:00
parent f44f799c1b
commit 54e67e0a79
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
pkgname=conky-lua pkgname=conky-lua
_pkgname=conky _pkgname=conky
pkgver=1.20.1 pkgver=1.20.2
pkgrel=1 pkgrel=1
pkgdesc='Lightweight system monitor for X, with Lua support enabled' pkgdesc='Lightweight system monitor for X, with Lua support enabled'
url='http://github.com/brndnmtthws/conky' url='http://github.com/brndnmtthws/conky'
@ -24,7 +24,7 @@ provides=("conky=$pkgver")
conflicts=('conky') conflicts=('conky')
backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf') backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz") source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
sha1sums=('0871af059cd134f81544ef78ba9c0c7aac1abfd9') sha1sums=('9074e2593eedac33b723bd18c4e939bb40b853b6')
prepare() { prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}" cd "${srcdir}/${_pkgname}-${pkgver}"