[arch-commits] Commit in volatility3/trunk (PKGBUILD)
Levente Polyak
anthraxx at gemini.archlinux.org
Thu Jun 9 15:27:07 UTC 2022
Date: Thursday, June 9, 2022 @ 15:27:07
Author: anthraxx
Revision: 1229688
upgpkg: volatility3 2.0.1-1
Modified:
volatility3/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-09 15:10:51 UTC (rev 1229687)
+++ PKGBUILD 2022-06-09 15:27:07 UTC (rev 1229688)
@@ -3,8 +3,8 @@
# Contributor: Wes Brown <wesbrown18 at gmail.com>
pkgname=volatility3
-pkgver=1.0.1
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
pkgdesc='Advanced memory forensics framework'
url='https://github.com/volatilityfoundation/volatility3/wiki'
arch=('any')
@@ -11,22 +11,22 @@
license=('custom')
depends=(
'python' 'python-yara' 'python-capstone' 'python-jsonschema'
- 'python-pycryptodome' 'python-pefile')
-makedepends=('python-setuptools')
+ 'python-pycryptodome' 'python-pefile' 'python-snappy')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
provides=('volatility')
replaces=('volatility')
source=(https://github.com/volatilityfoundation/volatility3/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('df8d595decc9a4f6f1d3474fa03b94f571c05f429e191fe3bfa420fab1a5b6953bc53f396370b7ea76ff2f1ff79125be860561fc1eefd7d00b4e9f60cf25814d')
-b2sums=('09c68d329b25b8bd467156bf526e04a56e17a17d67e40ce4017e4307dbcbaa987dd78fe9dc5f3dc690d6e0c58542b728a96b58d73412e5776e653b2f38228739')
+sha512sums=('752b3fc23b3668df4329f6dbefa2ff8eb2dd63bc6e22e18774096cebae93053567727e3dc6e5ecbf7a0731459c829c37cea8ac735564c62f96a4f652ad2b6cb9')
+b2sums=('eb9b4ebb885a8dd4de2769c666b503da4bef792389efbf487815808fd514cf84f7f10b5a12926cf398a4028e7b72a5b78892c4c92d3709fea37fe13a6f32af7d')
build() {
cd ${pkgname}-${pkgver}
- python setup.py build
+ python -m build --wheel --no-isolation
}
package() {
cd ${pkgname}-${pkgver}
- python setup.py install -O1 --prefix=/usr --root="${pkgdir}" --skip-build
+ python -m installer --destdir="${pkgdir}" dist/*.whl
install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
More information about the arch-commits
mailing list