Date: Tuesday, April 25, 2023 @ 12:58:38
  Author: alerque
Revision: 1448653

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-25 12:58:29 UTC (rev 1448652)
+++ PKGBUILD    2023-04-25 12:58:38 UTC (rev 1448653)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Joaquim Monteiro <[email protected]>
-
-pkgname=mvt
-pkgver=2.2.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-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=('082f1ffcfc83823dbd141c18275f694b52fe08d0f5f9321ff24b2615e2070b3eeb3c4b0181bfae34bb426f944d6a62f35bfe4a61c5ddae82c46eec2f6bd53da8')
-b2sums=('619b56321f1f589a9c79cc6ffec8e198ab244fd9f82c9f0dbc4576091085349fb2e5c24e3088aa81ac5263ca129f7c23cc3e5d6824df004fc69238d64fde0c61')
-
-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 1448652, mvt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-25 12:58:38 UTC (rev 1448653)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Joaquim Monteiro <[email protected]>
+
+pkgname=mvt
+pkgver=2.2.6
+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=('dabe651c164bf1d2b7f07355a9fa0baf4cab1573112a4617a8e784a92eee02e1ef20db2082ef696c64fdbaa9209d592089958f75f6a78258a0868e270bf902c4')
+b2sums=('3b2cb7de119ca6474ab6d78900a08729f92512bde81d8cea440f2e3beb6ec720d2e3d4f888f93057b66e5cf4291e9a6c0c6744913b48e289a43323e836efadc5')
+
+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:

Reply via email to