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 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