summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Westover2021-07-27 21:05:48 -0400
committerBen Westover2021-07-27 21:05:48 -0400
commit8220e6ea2d9b4842309dfb15f62ccf81ed341f72 (patch)
treecf90ce6f5d8159cfe9c29085b804607c93c1dfae
parent65e687dafc3b4c9432d738ad733dd8bbc7c34549 (diff)
downloadaur-8220e6ea2d9b4842309dfb15f62ccf81ed341f72.tar.gz
Fix filename change
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9677c039e340..6bf08ba9f016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = btdex
depends = java-runtime
depends = xdg-utils
noextract = btdex-all-v$pkgver.jar
- source = https://github.com/btdex/btdex/releases/download/v0.5.5/btdex-all-v0.5.5.jar
+ source = https://github.com/btdex/btdex/releases/download/v0.5.5/btdex-v0.5.5-all.jar
source = https://raw.githubusercontent.com/btdex/btdex/v0.5.5/dist/btdex.sh
source = https://raw.githubusercontent.com/btdex/btdex/v0.5.5/src/main/resources/icon.png
source = https://raw.githubusercontent.com/btdex/btdex/v0.5.5/dist/btdex.desktop
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"