From dac2f888ba4d09eabf70dec8b01054d9eda9f47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Sarasola?= Date: Sun, 1 Nov 2020 18:20:22 +0100 Subject: [PATCH] Explictly skip the MD5sums --- build/linux/PKGBUILD_template | 1 + 1 file changed, 1 insertion(+) diff --git a/build/linux/PKGBUILD_template b/build/linux/PKGBUILD_template index 4fdb6f6bc..19f467393 100644 --- a/build/linux/PKGBUILD_template +++ b/build/linux/PKGBUILD_template @@ -13,6 +13,7 @@ depends=('gtk3' 'nss') provides=("${_pkgname}") conflicts=("${_pkgname}" "${_pkgname}-git") +md5sums=('SKIP') source=("https://github.com/johannesjo/super-productivity/releases/download/v${pkgver}/superProductivity_${pkgver}_amd64.deb") package() {