summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2021-05-12 21:55:05 +0200
committerJake2021-05-12 21:55:05 +0200
commit6b199c4aaaaa8fc7b75eb9f2cab8c22d7d5dc49e (patch)
treee418317926aa4cb7ab7d467d70f5eb00d4ab919d
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/
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8944534048e9..9c0f671a5133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,9 @@ pkgbase = kaitai-struct-compiler
arch = any
license = GPL3
depends = java-runtime
- source = kaitai-struct-compiler-0.9.zip::https://bintray.com/kaitai-io/universal/download_file?file_path=0.9%2Fkaitai-struct-compiler-0.9.zip
+ source = https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.9/kaitai-struct-compiler-0.9.zip
source = 01-fix_lib_dir.patch
sha256sums = 3038243334fb65bbb264f33b82986facfe1fbad2de1978766899855b40212215
sha256sums = 11a49eae3903511c83fd43759d21ac4f430024fe7b6dba5d4ebef6f0ba3f05c6
pkgname = kaitai-struct-compiler
-
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')