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

Levente Polyak anthraxx at gemini.archlinux.org
Sun Sep 19 18:40:47 UTC 2021


    Date: Sunday, September 19, 2021 @ 18:40:47
  Author: anthraxx
Revision: 1017698

archrelease: copy trunk to community-any

Added:
  python-pefile/repos/community-any/PKGBUILD
    (from rev 1017697, python-pefile/trunk/PKGBUILD)
Deleted:
  python-pefile/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-19 18:40:43 UTC (rev 1017697)
+++ PKGBUILD	2021-09-19 18:40:47 UTC (rev 1017698)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
-# Contributor: Sonic-Y3k <sonic.y3k at googlemail.com>
-
-pkgname=python-pefile
-pkgver=2021.5.24
-pkgrel=1
-pkgdesc='Python PE parsing module'
-url='https://github.com/erocarrera/pefile'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-future')
-source=(https://github.com/erocarrera/pefile/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('86e94f339e195216d99ba48f904d196f7f1ef91cbf748adbb785e5a0f2c78ea804949abc2f1ada60aa76fb263abbaf394a23e5b9a354c01eeb0637ea90c3c04b')
-b2sums=('00c1a639f0dc948dcc6e72d76a1776276c1060eaf3fdf950f3f77bf30735b12559b4012e49debc66abed5113e13794935df4e843424ad2dcd643d8170822fdb4')
-
-build() {
-  cd pefile-${pkgver}
-  python setup.py build
-}
-
-package_python-pefile() {
-  cd pefile-${pkgver}
-  python setup.py install --root "${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README* -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pefile/repos/community-any/PKGBUILD (from rev 1017697, python-pefile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-19 18:40:47 UTC (rev 1017698)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
+# Contributor: Sonic-Y3k <sonic.y3k at googlemail.com>
+
+pkgname=python-pefile
+pkgver=2021.9.3
+pkgrel=1
+pkgdesc='Python PE parsing module'
+url='https://github.com/erocarrera/pefile'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-future')
+source=(https://github.com/erocarrera/pefile/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('57a1e0b8923443c121756ce9303a834d93d7b823cdd6e11be1ea2dd14645f9e473695561787d28c1ab7daef7d5a592cfd530e0246db9c810b8951fd849b0e5e5')
+b2sums=('4701addbe590a4fe7757747f6a2e38953ccda68f9323c460e5a59abf168310c605ffbcd2b163cc344f472ee6f97f19b64e5397cfb9397c507a43ed389815d17f')
+
+build() {
+  cd pefile-${pkgver}
+  python setup.py build
+}
+
+package_python-pefile() {
+  cd pefile-${pkgver}
+  python setup.py install --root "${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README* -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list