[arch-commits] Commit in mvt/repos/community-any (PKGBUILD PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Aug 15 11:43:57 UTC 2022


    Date: Monday, August 15, 2022 @ 11:43:57
  Author: kpcyrd
Revision: 1266113

archrelease: copy trunk to community-any

Added:
  mvt/repos/community-any/PKGBUILD
    (from rev 1266112, mvt/trunk/PKGBUILD)
Deleted:
  mvt/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-15 11:43:39 UTC (rev 1266112)
+++ PKGBUILD	2022-08-15 11:43:57 UTC (rev 1266113)
@@ -1,34 +0,0 @@
-# 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=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-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=('5c47bcb487c5dbb9c0a3b7c5d81bd15188c172706e851efc7eb1179330ddbf44803ed33b18d6ae8b98ce3342bab18ab35846691b204ab3e146851ff3fc2ac8df')
-b2sums=('10f3fedfffcf04537eb78b72434c3f8267f743c0fc22c919ba5492fcef68593f739da8c910c3ac854bfb70efc8e0311eb15ce887b05dca40b369bf93d56149af')
-
-build() {
-  cd "mvt-${pkgver}"
-  python -m build -wn
-}
-
-package() {
-  cd "mvt-${pkgver}"
-  python -m installer -d "${pkgdir}" dist/*.whl
-  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:

Copied: mvt/repos/community-any/PKGBUILD (from rev 1266112, mvt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-15 11:43:57 UTC (rev 1266113)
@@ -0,0 +1,34 @@
+# 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=2.1.4
+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-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=('5342015054f8723517eebb3eebee54cc6f03ba6024545142ec4d9173a16aaa9f8614785e7ece0fe92734ea86f205bd73ffa137059e2e97f3b2874174a8862871')
+b2sums=('e7644e67895ead83fd8e13570f80902a92a39ac39e73007371158f11b6f12e95774cf2b7c288598d19d035020dc953a90bcf8da9e7e88c49b40529b6e4c5050b')
+
+build() {
+  cd "mvt-${pkgver}"
+  python -m build -wn
+}
+
+package() {
+  cd "mvt-${pkgver}"
+  python -m installer -d "${pkgdir}" dist/*.whl
+  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