summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsteffen2023-12-16 12:31:26 +0000
committersteffen2023-12-16 12:31:26 +0000
commit5ec14c3f6691bd00d83257e0d8290cb5d994876a (patch)
tree60152085c1d43e4cbf08d9f135d72955fb5ffa10 /PKGBUILD
parent59a82fe8c114943804eac45bc36e208aeeb17b14 (diff)
downloadaur-lunatask.tar.gz
Missing a last slash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ded03bd233a..4c8de0b94555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://lunatask.app'
license=('proprietary')
_file=Lunatask-${pkgver}.AppImage
-source=(https://github.com/lunatask/lunatask/releases/download/v${pkgver}${_file})
+source=(https://github.com/lunatask/lunatask/releases/download/v${pkgver}/${_file})
sha512sums=('493627eb39ac1c5244ef6b600cba522d95b1677b3a4e1a15681c9c0b3d86c0c0440ac473fcd99bcfd1eafe790dd349c65619e0b64107ed285514b1b34275a205')
options=('!strip')