Date: Wednesday, November 9, 2022 @ 17:44:25
  Author: kpcyrd
Revision: 1346245

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-09 17:04:10 UTC (rev 1346244)
+++ PKGBUILD    2022-11-09 17:44:25 UTC (rev 1346245)
@@ -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
-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=('e0bf3fbfc7e0d3b1a46dcdaf78f8e85e112bb10549658257ec0375d791965f4d5e5bfcf3c153429167ef0ab9f5d0c2c296d410efafa883a7e1bc9314bf7f99a7')
-b2sums=('2ef8cdca79c019db2062a0e528a36be69c0bc736036a6255ae35fe7b38d5254d95fe7296467baf871ccca6c0b78576f217ec3496952790d8c69b191596f1aeeb')
-
-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 1346244, mvt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-09 17:44:25 UTC (rev 1346245)
@@ -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
+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=('e0bf3fbfc7e0d3b1a46dcdaf78f8e85e112bb10549658257ec0375d791965f4d5e5bfcf3c153429167ef0ab9f5d0c2c296d410efafa883a7e1bc9314bf7f99a7')
+b2sums=('2ef8cdca79c019db2062a0e528a36be69c0bc736036a6255ae35fe7b38d5254d95fe7296467baf871ccca6c0b78576f217ec3496952790d8c69b191596f1aeeb')
+
+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