[arch-commits] Commit in rz-pipe/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jul 28 22:26:01 UTC 2022


    Date: Thursday, July 28, 2022 @ 22:26:01
  Author: arojas
Revision: 1259054

archrelease: copy trunk to community-any

Added:
  rz-pipe/repos/community-any/PKGBUILD
    (from rev 1259053, rz-pipe/trunk/PKGBUILD)
Deleted:
  rz-pipe/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-28 22:25:53 UTC (rev 1259053)
+++ PKGBUILD	2022-07-28 22:26:01 UTC (rev 1259054)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgbase=rz-pipe
-pkgname=(python-rzpipe)
-pkgver=0.1.0
-pkgrel=2
-pkgdesc='Access rizin via pipe from any programming language'
-url='https://github.com/rizinorg/rz-pipe'
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'rizin')
-source=(${url}/archive/python-v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('7cd6498ee1bb8af9a4771cf5aa622c06105a1bb999b57cb8257ea1ee26a27b3ccde901023f2205572d0673807ff0559b13a497a1a35ee5e4796e2d023a6ee29a')
-b2sums=('0e02fa053ab62dfbd2876ad98521f0fc7e5b98a577dd08e31ab0383b6ca25941cfd6f6a5e57fbfbb1ac995df0fe4ec5f7fdf293f4b8e54444881dd249f35ce8b')
-
-build() {
-  cd rz-pipe-python-v${pkgver}/python
-  python setup.py build
-}
-
-package_python-rzpipe() {
-  depends=('python' 'rizin')
-  cd rz-pipe-python-v${pkgver}/python
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rz-pipe/repos/community-any/PKGBUILD (from rev 1259053, rz-pipe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-28 22:26:01 UTC (rev 1259054)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgbase=rz-pipe
+pkgname=(python-rzpipe)
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Access rizin via pipe from any programming language'
+url='https://github.com/rizinorg/rz-pipe'
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'rizin')
+source=(${url}/archive/python-v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('831fdb764f97137764eee50ce4dcec01f06a9ee456e6066bc44bd78fd4178781ac3aa160c6290584b63403a7ea67c4d3ad850661a6466c196d2db2463e91734f')
+b2sums=('7aa451a8d04216d86a7f5515c5146b34f689a8e0efcb0975792839f86eca315fc4bc1bfc8ea8736cbdcc3c040bbbcbc080183cbaf38ea0fb89056d3154317969')
+
+build() {
+  cd rz-pipe-python-v${pkgver}/python
+  python setup.py build
+}
+
+package_python-rzpipe() {
+  depends=('python' 'rizin')
+  cd rz-pipe-python-v${pkgver}/python
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list