FIX conky checksum

This commit is contained in:
Nathan Dwarshuis 2023-09-30 01:05:13 -04:00
parent c8e98021c4
commit b4fe4228e9
1 changed files with 2 additions and 4 deletions

View File

@ -23,10 +23,8 @@ depends=('cairo' 'glib2' 'libxml2' 'lua')
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"
"longerpid.patch")
sha1sums=('821de1cee3e686f07fb43070b5b2fd6e1b3a9498'
'26d0fa6d090fcdab05c76ca8bf8e339462929415')
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
sha1sums=('821de1cee3e686f07fb43070b5b2fd6e1b3a9498')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"