summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a1b82a7f2f4..29e8c397c175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: courk <courk at courk dot fr>
pkgname=kaitai-struct-compiler
-pkgver=0.7
+pkgver=0.10
pkgrel=1
pkgdesc="Kaitai Struct Compiler: Compiler for the Kaitai declarative binary format parsing language"
arch=(any)
@@ -8,9 +8,10 @@ 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" "01-fix_lib_dir.patch")
-sha1sums=("6df04de01a22b2a5853b286c84c893681c407936"
- "f195c30032c7b2b8f9e2322188b698248bc27adf")
+source=("https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/$pkgver/$pkgname-$pkgver.zip"
+ "01-fix_lib_dir.patch")
+sha256sums=('3d11d6cc46d058afb4680fda2e7195f645ca03b2843501d652a529646e55d16b'
+ '11a49eae3903511c83fd43759d21ac4f430024fe7b6dba5d4ebef6f0ba3f05c6')
prepare() {
cd $pkgname-$pkgver