summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2020-10-27 21:33:18 +0100
committerDenis Kasak2020-10-27 21:33:18 +0100
commit595ac4e805b5240115235323240fab804e88a341 (patch)
treeeac197cf29c3c4bf7e0df1408040a63d4c4a9f8b
parent15047e7cf6a7281601e2f868af3513bcf57b7fd8 (diff)
downloadaur-595ac4e805b5240115235323240fab804e88a341.tar.gz
Update to 0.1.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83b406fb177a..1114ba395d7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = polyfile
pkgdesc = A utility to identify and map the semantic structure of files, including polyglots, chimeras, and schizophrenic files.
- pkgver = 0.1.6
- pkgrel = 2
+ pkgver = 0.1.7
+ pkgrel = 1
url = https://github.com/trailofbits/polyfile
arch = any
license = LGPLv3
@@ -14,8 +14,8 @@ pkgbase = polyfile
depends = python-networkx
depends = python-pillow>=5.0.0
depends = python-yaml>=3.13
- source = https://github.com/trailofbits/polyfile/archive/v0.1.6.tar.gz
- sha256sums = 51eccc0c9149501fa597863667c145d34f1d28225614cef60aa1cecab28ed653
+ source = https://github.com/trailofbits/polyfile/archive/v0.1.7.tar.gz
+ sha256sums = 201e329a0762165c54e95758c1c9e26a70a68d821d464b5801568c2a0c3c14d8
pkgname = polyfile
diff --git a/PKGBUILD b/PKGBUILD
index 337fa058db9b..b0f22799bf5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Denis Kasak <dkasak AT termina DOT org DOT uk>
pkgname=polyfile
-pkgver=0.1.6
-pkgrel=2
+pkgver=0.1.7
+pkgrel=1
pkgdesc="A utility to identify and map the semantic structure of files, including polyglots, chimeras, and schizophrenic files."
arch=('any')
url=https://github.com/trailofbits/polyfile
@@ -12,7 +12,7 @@ depends=('python' 'python-graphviz' 'python-intervaltree' 'python-jinja'
'python-yaml>=3.13')
makedepends=('python-setuptools')
source=(https://github.com/trailofbits/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('51eccc0c9149501fa597863667c145d34f1d28225614cef60aa1cecab28ed653')
+sha256sums=('201e329a0762165c54e95758c1c9e26a70a68d821d464b5801568c2a0c3c14d8')
build() {
cd "$srcdir/$pkgname-$pkgver/"