summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartinJindra2022-04-30 01:33:28 +0200
committerMartinJindra2022-04-30 01:33:28 +0200
commitd9fade0761eb1bf41ae00330a189a74fa46541b1 (patch)
tree4599c79edb9b1693c182c1157d8ebf1b58ec6978
parent830d990c3fac4b738619049db2a8e06646b89faf (diff)
downloadaur-d9fade0761eb1bf41ae00330a189a74fa46541b1.tar.gz
git update
Signed-off-by: MartinJindra <mjindra@derchef.email>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1901c91a6d5d..7f876117c1a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = volatility3-git
pkgdesc = Advanced memory forensics framework
- pkgver = v2.0.0.3081.a2b0bdfe
+ pkgver = v2.0.1.3241.48c1533e
pkgrel = 1
url = https://github.com/volatilityfoundation/volatility3
arch = any
license = custom
makedepends = python-setuptools
makedepends = git
- depends = python
+ depends = python>3.6
depends = python-yara
depends = python-capstone
depends = python-jsonschema
depends = python-pycryptodome
depends = python-pefile
- provides = volatility
- replaces = volatility
+ provides = volatility3
+ conflicts = volatility3
source = volatility3-git::git+https://github.com/volatilityfoundation/volatility3
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index be5976e5cc43..3ae4cf3765a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Martin Jindra <mjindra[at]derchef[dot]email>
pkgname=volatility3-git
-pkgver=v2.0.0.3081.a2b0bdfe
+pkgver=v2.0.1.3241.48c1533e
pkgrel=1
pkgdesc='Advanced memory forensics framework'
url='https://github.com/volatilityfoundation/volatility3'
arch=('any')
license=('custom')
depends=(
- 'python' 'python-yara' 'python-capstone' 'python-jsonschema'
+ 'python>3.6' 'python-yara' 'python-capstone' 'python-jsonschema'
'python-pycryptodome' 'python-pefile')
makedepends=('python-setuptools' 'git')
-provides=('volatility')
-replaces=('volatility')
+provides=('volatility3')
+conflicts=('volatility3')
source=(${pkgname}::git+${url})
sha256sums=('SKIP')