Date: Wednesday, April 19, 2023 @ 20:59:11 Author: arojas Revision: 1447480
archrelease: copy trunk to community-staging-any Added: volatility3/repos/community-staging-any/PKGBUILD (from rev 1447479, volatility3/trunk/PKGBUILD) Deleted: volatility3/repos/community-staging-any/PKGBUILD ----------+ PKGBUILD | 68 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-04-19 20:59:00 UTC (rev 1447479) +++ PKGBUILD 2023-04-19 20:59:11 UTC (rev 1447480) @@ -1,34 +0,0 @@ -# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> -# Contributor: Limao Luo <luolimao+...@gmail.com> -# Contributor: Wes Brown <wesbrow...@gmail.com> - -pkgname=volatility3 -pkgver=2.0.1 -pkgrel=2 -pkgdesc='Advanced memory forensics framework' -url='https://github.com/volatilityfoundation/volatility3/wiki' -arch=('any') -license=('custom') -depends=( - 'python' 'python-yara' 'python-capstone' 'python-jsonschema' - '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=('752b3fc23b3668df4329f6dbefa2ff8eb2dd63bc6e22e18774096cebae93053567727e3dc6e5ecbf7a0731459c829c37cea8ac735564c62f96a4f652ad2b6cb9') -b2sums=('eb9b4ebb885a8dd4de2769c666b503da4bef792389efbf487815808fd514cf84f7f10b5a12926cf398a4028e7b72a5b78892c4c92d3709fea37fe13a6f32af7d') - -build() { - cd ${pkgname}-${pkgver} - python -m build --wheel --no-isolation -} - -package() { - cd ${pkgname}-${pkgver} - 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}" -} - -# vim: ts=2 sw=2 et: Copied: volatility3/repos/community-staging-any/PKGBUILD (from rev 1447479, volatility3/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-04-19 20:59:11 UTC (rev 1447480) @@ -0,0 +1,34 @@ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor: Limao Luo <luolimao+...@gmail.com> +# Contributor: Wes Brown <wesbrow...@gmail.com> + +pkgname=volatility3 +pkgver=2.4.1 +pkgrel=2 +pkgdesc='Advanced memory forensics framework' +url='https://github.com/volatilityfoundation/volatility3/wiki' +arch=('any') +license=('custom') +depends=( + 'python' 'python-yara' 'python-capstone' 'python-jsonschema' + '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=('5f785a778654b76fc85b7b82b2e9ba9e6315a99169d4d956a9af84ae91086e7a38cac343b7df0f00d6830361c77d377408bf8eab3679c161c8a02212c696389c') +b2sums=('7f00ec6b57eb9ef6420f4c1aa735203fbd51fca39aa13200eb821d13842f879c8743f63da7c5bbcf7d84a2850709a15c0aadc2b0311edbdf34dfa026f2a3dcd6') + +build() { + cd ${pkgname}-${pkgver} + python -m build --wheel --no-isolation +} + +package() { + cd ${pkgname}-${pkgver} + 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}" +} + +# vim: ts=2 sw=2 et: