[arch-commits] Commit in mvt/trunk (PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Mon Jan 31 11:36:32 UTC 2022
Date: Monday, January 31, 2022 @ 11:36:31
Author: alerque
Revision: 1121219
upgpkg: mvt 1.4.5-2; drop global tests folder, FS#73574
Modified:
mvt/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-31 11:04:29 UTC (rev 1121218)
+++ PKGBUILD 2022-01-31 11:36:31 UTC (rev 1121219)
@@ -1,10 +1,11 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
# Contributor: Joaquim Monteiro <joaquim.monteiro at protonmail.com>
pkgname=mvt
pkgver=1.4.5
-pkgrel=1
-pkgdesc="Mobile Verification Toolkit helps conducting forensics of mobile devices in order to find signs of a potential compromise"
+pkgrel=2
+pkgdesc="Mobile Verification Toolkit, a forensics tool looking for signs of device compromise"
arch=(any)
url="https://github.com/mvt-project/mvt"
license=(custom:MVT)
@@ -29,6 +30,8 @@
python setup.py install -O1 --root="$pkgdir" --skip-build
install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ local _py3_ver=$(python --version | cut -d " " -f2)
+ rm -rf "$pkgdir/usr/lib/python${_py3_ver%"."*}/site-packages/tests"
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list