summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-12-18 21:51:24 +0100
committerFabioLolix2022-12-18 21:51:24 +0100
commit5d21b39577fa3684f6cf8fccc63d0bde6b941849 (patch)
treea06837b4eb5502884def6a0a341bcc19d2ce5504
parent8732a38224dda59f62742735deedcaf634602cb8 (diff)
downloadaur-5d21b39577fa3684f6cf8fccc63d0bde6b941849.tar.gz
v0.5.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aa34f9da466..aa528c7040fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polyfile
pkgdesc = A utility to identify and map the semantic structure of files, including polyglots, chimeras, and schizophrenic files.
- pkgver = 0.4.2
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/trailofbits/polyfile
arch = any
@@ -17,7 +17,7 @@ pkgbase = polyfile
depends = python-pillow
depends = python-yaml
depends = python-cint-git
- source = git+https://github.com/trailofbits/polyfile.git#tag=v0.4.2
+ source = git+https://github.com/trailofbits/polyfile.git#tag=v0.5.0
source = git+https://github.com/kaitai-io/kaitai_struct_formats.git
source = git+https://github.com/file/file.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 385ed1b8ee2e..387816edef9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Denis Kasak <dkasak AT termina DOT org DOT uk>
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
+# Contributor: Denis Kasak <dkasak AT termina DOT org DOT uk>
pkgname=polyfile
-pkgver=0.4.2
+pkgver=0.5.0
pkgrel=1
pkgdesc="A utility to identify and map the semantic structure of files, including polyglots, chimeras, and schizophrenic files."
arch=(any)
@@ -22,7 +23,7 @@ prepare() {
git submodule init
git config submodule.kaitai_struct_formats.url "$srcdir/kaitai_struct_formats"
git config submodule.file.url "$srcdir/file"
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {