Date: Thursday, April 13, 2023 @ 16:38:12
  Author: alerque
Revision: 1445893

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-13 16:38:03 UTC (rev 1445892)
+++ PKGBUILD    2023-04-13 16:38:12 UTC (rev 1445893)
@@ -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.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:

Copied: mvt/repos/community-staging-any/PKGBUILD (from rev 1445892, 
mvt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-13 16:38:12 UTC (rev 1445893)
@@ -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.5
+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=('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:

Reply via email to