AUR: Use package version on download deb to avoid caching issues

Proposed by Dominiquini on the AUR comments section
This commit is contained in:
José Miguel Sarasola 2025-05-31 10:35:18 +02:00 committed by Johannes Millan
parent 530e88a922
commit 4f6cc1643f

View file

@ -14,7 +14,7 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}"
"${_pkgname}-git")
md5sums=('SKIP')
source=("https://github.com/johannesjo/super-productivity/releases/download/v${pkgver}/superProductivity-amd64.deb")
source=("superproductivity-${pkgver}-amd64.deb::https://github.com/johannesjo/super-productivity/releases/download/v${pkgver}/superProductivity-amd64.deb")
package() {
tar -xvf data.tar.xz -C "${pkgdir}"