ENH update conky package

This commit is contained in:
Nathan Dwarshuis 2024-07-12 12:43:42 -04:00
parent a0b2ce7d08
commit 6435da91c0
1 changed files with 1 additions and 1 deletions

View File

@ -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=('821de1cee3e686f07fb43070b5b2fd6e1b3a9498') sha1sums=('0871af059cd134f81544ef78ba9c0c7aac1abfd9')
prepare() { prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}" cd "${srcdir}/${_pkgname}-${pkgver}"