summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2021-05-12 21:55:05 +0200
committerJake2021-05-12 21:55:05 +0200
commit6b199c4aaaaa8fc7b75eb9f2cab8c22d7d5dc49e (patch)
treee418317926aa4cb7ab7d467d70f5eb00d4ab919d /PKGBUILD
parent8c1df166ec331adaaaf868902786befb3a73b2b9 (diff)
downloadaur-6b199c4aaaaa8fc7b75eb9f2cab8c22d7d5dc49e.tar.gz
Update source due to JFrog Bintray EOL
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 480fa7ea29e8..eb3cf291ab93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://kaitai.io/"
license=('GPL3')
depends=("java-runtime")
optdepends=()
-source=("$pkgname-$pkgver.zip::https://bintray.com/kaitai-io/universal/download_file?file_path=$pkgver%2F$pkgname-$pkgver.zip"
+source=("https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/$pkgver/$pkgname-$pkgver.zip"
"01-fix_lib_dir.patch")
sha256sums=('3038243334fb65bbb264f33b82986facfe1fbad2de1978766899855b40212215'
'11a49eae3903511c83fd43759d21ac4f430024fe7b6dba5d4ebef6f0ba3f05c6')