summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2021-02-01 17:00:21 +0100
committerJake2021-02-01 17:00:21 +0100
commit8c1df166ec331adaaaf868902786befb3a73b2b9 (patch)
treea67bb34e69fe8717b944d00ebd454a9c97f7fba6
parentcd93002d68e174f7565464391ac1afe887cf21ea (diff)
downloadaur-8c1df166ec331adaaaf868902786befb3a73b2b9.tar.gz
Update to 0.9
-rw-r--r--.SRCINFO8
-rw-r--r--01-fix_lib_dir.patch7
-rw-r--r--PKGBUILD9
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73402b88893c..8944534048e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = kaitai-struct-compiler
pkgdesc = Kaitai Struct Compiler: Compiler for the Kaitai declarative binary format parsing language
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 1
url = http://kaitai.io/
arch = any
license = GPL3
depends = java-runtime
- source = kaitai-struct-compiler-0.8.zip::https://bintray.com/kaitai-io/universal/download_file?file_path=0.8%2Fkaitai-struct-compiler-0.8.zip
+ 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 = 01-fix_lib_dir.patch
- sha1sums = be72b5bfabd1f54a7ed5311d35dffca17d034708
- sha1sums = e56da0a1c29e23802786e6811c9ee5652174d7c3
+ sha256sums = 3038243334fb65bbb264f33b82986facfe1fbad2de1978766899855b40212215
+ sha256sums = 11a49eae3903511c83fd43759d21ac4f430024fe7b6dba5d4ebef6f0ba3f05c6
pkgname = kaitai-struct-compiler
diff --git a/01-fix_lib_dir.patch b/01-fix_lib_dir.patch
index 46289d994fcc..070239e02e0e 100644
--- a/01-fix_lib_dir.patch
+++ b/01-fix_lib_dir.patch
@@ -1,7 +1,6 @@
-diff -purN kaitai-struct-compiler-0.8/bin/kaitai-struct-compiler kaitai-struct-compiler-0.8.new/bin/kaitai-struct-compiler
---- kaitai-struct-compiler-0.8/bin/kaitai-struct-compiler 2018-02-05 02:16:20.000000000 +0100
-+++ kaitai-struct-compiler-0.8.new/bin/kaitai-struct-compiler 2018-03-04 15:15:23.311979371 +0100
-@@ -334,7 +334,7 @@ declare -a app_commands
+--- a/bin/kaitai-struct-compiler 2020-10-16 00:08:34.000000000 +0200
++++ b//bin/kaitai-struct-compiler 2021-02-01 15:31:15.045376690 +0100
+@@ -340,7 +340,7 @@ declare -a app_commands
declare -r real_script_path="$(realpath "$0")"
declare -r app_home="$(realpath "$(dirname "$real_script_path")")"
# TODO - Check whether this is ok in cygwin...
diff --git a/PKGBUILD b/PKGBUILD
index d8ce300e1a19..480fa7ea29e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: courk <courk at courk dot fr>
pkgname=kaitai-struct-compiler
-pkgver=0.8
+pkgver=0.9
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=("be72b5bfabd1f54a7ed5311d35dffca17d034708"
- "e56da0a1c29e23802786e6811c9ee5652174d7c3")
+source=("$pkgname-$pkgver.zip::https://bintray.com/kaitai-io/universal/download_file?file_path=$pkgver%2F$pkgname-$pkgver.zip"
+ "01-fix_lib_dir.patch")
+sha256sums=('3038243334fb65bbb264f33b82986facfe1fbad2de1978766899855b40212215'
+ '11a49eae3903511c83fd43759d21ac4f430024fe7b6dba5d4ebef6f0ba3f05c6')
prepare() {
cd $pkgname-$pkgver