summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Westover2021-07-27 21:05:48 -0400
committerBen Westover2021-07-27 21:05:48 -0400
commit8220e6ea2d9b4842309dfb15f62ccf81ed341f72 (patch)
treecf90ce6f5d8159cfe9c29085b804607c93c1dfae /PKGBUILD
parent65e687dafc3b4c9432d738ad733dd8bbc7c34549 (diff)
downloadaur-8220e6ea2d9b4842309dfb15f62ccf81ed341f72.tar.gz
Fix filename change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2651b1cf35a..07fb27123d30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://btdex.trade'
license=('GPL3')
depends=('java-runtime' 'xdg-utils')
-source=("https://github.com/btdex/btdex/releases/download/v$pkgver/btdex-all-v$pkgver.jar"
+source=("https://github.com/btdex/btdex/releases/download/v$pkgver/btdex-v${pkgver}-all.jar"
"https://raw.githubusercontent.com/btdex/btdex/v$pkgver/dist/btdex.sh"
"https://raw.githubusercontent.com/btdex/btdex/v$pkgver/src/main/resources/icon.png"
"https://raw.githubusercontent.com/btdex/btdex/v$pkgver/dist/btdex.desktop"