Date: Wednesday, August 3, 2022 @ 15:11:39 Author: kpcyrd Revision: 1260040
upgpkg: mvt 2.1.2-1 Modified: mvt/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-03 14:45:56 UTC (rev 1260039) +++ PKGBUILD 2022-08-03 15:11:39 UTC (rev 1260040) @@ -3,17 +3,19 @@ # Contributor: Joaquim Monteiro <[email protected]> pkgname=mvt -pkgver=1.5.5 +pkgver=2.1.2 pkgrel=1 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) -depends=('libusb' 'python' 'python-adb-shell' 'python-click' 'python-iosbackup' 'python-libusb1' 'python-packaging' 'python-rich' 'python-tld' 'python-tqdm' 'python-requests' 'python-simplejson') +depends=('libusb' 'python' 'python-adb-shell' 'python-appdirs' 'python-click' 'python-cryptography' 'python-iosbackup' + 'python-libusb1' 'python-packaging' 'python-rich' 'python-tld' 'python-tqdm' 'python-requests' + 'python-simplejson' 'python-yaml') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') source=("mvt-${pkgver}.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v${pkgver}.tar.gz") -sha512sums=('2120b96fc530848453d2abaf459dbfa0cf6ebf5f47ba368019739343326b3a3b9f71cb2eedef317e8a1736d6989fb52f170f7ad8783e75563dca1d8dff66c6a4') -b2sums=('e159fc3e62b6b2c900706bba697c8ff41c27e5ab96e4bfb08830521ac3706ad00676b966c0a124ba105be2dee60b0a2042f6089dd188adf1624bcca8d2918d44') +sha512sums=('5c47bcb487c5dbb9c0a3b7c5d81bd15188c172706e851efc7eb1179330ddbf44803ed33b18d6ae8b98ce3342bab18ab35846691b204ab3e146851ff3fc2ac8df') +b2sums=('10f3fedfffcf04537eb78b72434c3f8267f743c0fc22c919ba5492fcef68593f739da8c910c3ac854bfb70efc8e0311eb15ce887b05dca40b369bf93d56149af') build() { cd "mvt-${pkgver}"
