Date: Thursday, May 4, 2023 @ 20:38:55
Author: arojas
Revision: 1458819
archrelease: copy trunk to community-x86_64
Added:
python-pypcode/repos/community-x86_64/PKGBUILD
(from rev 1458818, python-pypcode/trunk/PKGBUILD)
Deleted:
python-pypcode/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-04 20:38:45 UTC (rev 1458818)
+++ PKGBUILD 2023-05-04 20:38:55 UTC (rev 1458819)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Letu Ren <fantasquex at gmail dot com>
-
-_pyname=pypcode
-pkgname=python-${_pyname}
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="Python bindings to Ghidra's SLEIGH library for disassembly and
lifting to p-code IR"
-url='https://github.com/angr/pypcode'
-license=('custom')
-arch=('x86_64')
-depends=('python' 'python-cffi')
-makedepends=('cmake' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools')
-checkdepends=('python-pytest')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('b5cf80efe554a775b2cd582395ac4ac6b16f7f84e24b0168dd5048e83f7bf4cd1b855dc3396cdc0790e56915d8933a465216776743109270033df4872cbec84c')
-b2sums=('33e8125a218b30b38782926225b4c6ef3df472e81e17fefc5152d32ec91862455651f8124a8a9bd350873f70c61e4dd581a813382a3a1f1f3eed119d93443c69')
-
-build() {
- cd ${_pyname}-${pkgver}
- python -m build --wheel --no-isolation --skip-dependency-check
-}
-
-package() {
- cd ${_pyname}-${pkgver}
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-pypcode/repos/community-x86_64/PKGBUILD (from rev 1458818,
python-pypcode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-04 20:38:55 UTC (rev 1458819)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Letu Ren <fantasquex at gmail dot com>
+
+_pyname=pypcode
+pkgname=python-${_pyname}
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Python bindings to Ghidra's SLEIGH library for disassembly and
lifting to p-code IR"
+url='https://github.com/angr/pypcode'
+license=('custom')
+arch=('x86_64')
+depends=('python' 'python-cffi')
+makedepends=('cmake' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools')
+checkdepends=('python-pytest')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('e4f81de74fe96be3c1260ee025ffb72d53ffb9800a2c5a1ee61c810e92e13c0130cd988c6b60c26d4859154a90abbb611c63e922f1a2a661ea3649d5efd4ae4b')
+b2sums=('9990dec2f605872204c199e51016e25d4aef6a1936656755a6db3977d534d3548b5e18cff4efe20360725ca5f16e546f4f37a7f874a2a8501f415f192cce8bc6')
+
+build() {
+ cd ${_pyname}-${pkgver}
+ python -m build --wheel --no-isolation --skip-dependency-check
+}
+
+package() {
+ cd ${_pyname}-${pkgver}
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: