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