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

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Jul 4 16:57:28 UTC 2022


    Date: Monday, July 4, 2022 @ 16:57:28
  Author: kpcyrd
Revision: 1243930

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 16:57:15 UTC (rev 1243929)
+++ PKGBUILD	2022-07-04 16:57:28 UTC (rev 1243930)
@@ -1,32 +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=1.5.4
-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)
-depends=('libusb' 'python' 'python-adb-shell' 'python-click' 'python-iosbackup' 'python-libusb1' 'python-packaging' 'python-rich' 'python-tld' 'python-tqdm' 'python-requests' 'python-simplejson')
-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=('bfad2d7bb98d3acf15f5932a7f5bd37747bdd244af8730a2b2d901eb181aefdbc2183cb1f947ad61ef13ff51363c29bb5a0d0204f5010d4523d3c1f3d89eb9e7')
-b2sums=('32aa0507c08062d04bfc0e5a5338980cd175a35f075ebe9a7ff8e4aeab605f7280ba753583dd556d18f2f87e097eea63e8f9d980a165357d079fa40743f20a6d')
-
-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 1243929, mvt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-04 16:57:28 UTC (rev 1243930)
@@ -0,0 +1,32 @@
+# 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.5.5
+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')
+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')
+
+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