Date: Wednesday, April 12, 2023 @ 12:50:45
  Author: alerque
Revision: 1444887

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 12:50:36 UTC (rev 1444886)
+++ PKGBUILD    2023-04-12 12:50:45 UTC (rev 1444887)
@@ -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.3
-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-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=('8bb7b082f11c2b79faff22c13b0c31a1a3df9e6e30d7207eb001cf7816655610bb9dee9568557feb5caa2dc0974732c4cf39d43fc43e88a29c698aa1ef6f8d71')
-b2sums=('2e28aaab4868d818cae54a77d5674d7a3e241114288e15fb59c68eff3072873f385de5e01e8b1564e50eb82c9a3b86123e041b9087e1951b1044ec346bb187db')
-
-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-staging-any/PKGBUILD (from rev 1444886, 
mvt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-12 12:50:45 UTC (rev 1444887)
@@ -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.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-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=('2b44c425d7c782af24588bb65aecdf222446a5e479c7668e968897ad87f419e245a2040f445e9a752fc15248915336ecc106dc203dcadcb18fa3865a36a1c3b2')
+b2sums=('71d2b6e40b5127d0e3b31a0451ee717f1ad01ff1263af8ec852c1e3b8194b163d4e80fb08e8b91a6c5ef7e87a88364b51fecd4430a15a8a55b7b7eacd260438d')
+
+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