diff --git a/dot_local/share/packages/conky-lua/PKGBUILD b/dot_local/share/packages/conky-lua/PKGBUILD index 0b6fe43..191e714 100644 --- a/dot_local/share/packages/conky-lua/PKGBUILD +++ b/dot_local/share/packages/conky-lua/PKGBUILD @@ -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}"