mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
AUR: Use package version on download deb to avoid caching issues
Proposed by Dominiquini on the AUR comments section
This commit is contained in:
parent
530e88a922
commit
4f6cc1643f
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue