[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-20 Thread Levente Polyak via arch-commits
Date: Friday, March 20, 2020 @ 16:16:55
  Author: anthraxx
Revision: 601912

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 601911, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-20 16:16:50 UTC (rev 601911)
+++ PKGBUILD2020-03-20 16:16:55 UTC (rev 601912)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
- 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
-makedepends=('meson')
-options=('!emptydirs')
-source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4abcb9c9dff24eab44d64d392e115ae774ab1ad90d04f2c983d96d7d7f9476aa')
-sha512sums=('06009dd2c75cfb2fcadd21041861f9569ff4b0b9438d1d5a1cf49ac8690ef041e18feb2445e6772acd0e217110328660e9de47db54d55c64f64764cb06988db8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  touch libr/config.mk
-  arch-meson build \
--D use_sys_capstone=true \
--D use_sys_magic=true \
--D use_sys_zip=true \
--D use_sys_zlib=true \
--D use_sys_lz4=true \
--D use_sys_xxhash=true \
--D use_sys_openssl=true \
--D use_libuv=true \
--D use_webui=true
-  ninja -C build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build install
-  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
-  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
-  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 601911, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-20 16:16:55 UTC (rev 601912)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=4.3.1
+pkgrel=2
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
+ 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
+makedepends=('meson')
+optdepends=('r2ghidra-dec: ghidra decompiler plugin')
+options=('!emptydirs')
+source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('4abcb9c9dff24eab44d64d392e115ae774ab1ad90d04f2c983d96d7d7f9476aa')
+sha512sums=('06009dd2c75cfb2fcadd21041861f9569ff4b0b9438d1d5a1cf49ac8690ef041e18feb2445e6772acd0e217110328660e9de47db54d55c64f64764cb06988db8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  touch libr/config.mk
+  arch-meson build \
+-D use_sys_capstone=true \
+-D use_sys_magic=true \
+-D use_sys_zip=true \
+-D use_sys_zlib=true \
+-D use_sys_lz4=true \
+-D use_sys_xxhash=true \
+-D use_sys_openssl=true \
+-D use_libuv=true \
+-D use_webui=true
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
+  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
+  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-31 Thread Filipe LaĆ­ns via arch-commits
Date: Thursday, October 31, 2019 @ 10:54:38
  Author: ffy00
Revision: 521081

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 521080, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 +++--
 1 file changed, 45 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 10:54:29 UTC (rev 521080)
+++ PKGBUILD2019-10-31 10:54:38 UTC (rev 521081)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.9.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
- 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
-makedepends=('meson')
-options=('!emptydirs')
-source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('270cf67d0dee8dab4ed21dfaab57671b479ec82f0fc8d1c988e121c48b51addc')
-sha512sums=('7198c6fb35778d93fdbba5dd3dceddb7af21d555fb42f22752c8898ccba44fdcba92a6c502ddc8bdda71b883df392168ece807325b53cf75537b4ec59d86e42a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  touch libr/config.mk
-  arch-meson build \
--D use_sys_capstone=true \
--D use_sys_magic=true \
--D use_sys_zip=true \
--D use_sys_zlib=true \
--D use_sys_lz4=true \
--D use_sys_xxhash=true \
--D use_sys_openssl=true \
--D use_libuv=true \
--D use_webui=true
-  ninja -C build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build install
-  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
-  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
-  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 521080, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 10:54:38 UTC (rev 521081)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
+ 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
+makedepends=('meson')
+options=('!emptydirs')
+source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7621e38558917dc4b469acf2aa33d7cab6414420a0a1d205c55b9c96423e9cee')
+sha512sums=('3877088f61d8fac6a8fa12a35ef895904473e1db7e7428961eb06822ff1218338cd5b9ab16f78773413b31fec7463963b0cc3f801c661ce17cd40c8ddd423d76')
+sha256sums=('7621e38558917dc4b469acf2aa33d7cab6414420a0a1d205c55b9c96423e9cee')
+sha512sums=('3877088f61d8fac6a8fa12a35ef895904473e1db7e7428961eb06822ff1218338cd5b9ab16f78773413b31fec7463963b0cc3f801c661ce17cd40c8ddd423d76')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  touch libr/config.mk
+  arch-meson build \
+-D use_sys_capstone=true \
+-D use_sys_magic=true \
+-D use_sys_zip=true \
+-D use_sys_zlib=true \
+-D use_sys_lz4=true \
+-D use_sys_xxhash=true \
+-D use_sys_openssl=true \
+-D use_libuv=true \
+-D use_webui=true
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
+  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
+  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-29 Thread Levente Polyak via arch-commits
Date: Sunday, September 29, 2019 @ 20:45:01
  Author: anthraxx
Revision: 512137

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 512136, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-29 20:44:57 UTC (rev 512136)
+++ PKGBUILD2019-09-29 20:45:01 UTC (rev 512137)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.8.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
- 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
-makedepends=('meson')
-options=('!emptydirs')
-source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('09496070458c02f04b63932839aba341ab64417c676cfc649a8e754e435952e1')
-sha512sums=('c9a1a4e7743b54026990d7473f05fb8eb25d7a7f0fd985172587ce82b8f6fefb53dd181b0bdb8463d2460c71e4a9eb377ead4ef7379615c90aa858d8fcadeadb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  touch libr/config.mk
-  arch-meson build \
--D use_sys_capstone=true \
--D use_sys_magic=true \
--D use_sys_zip=true \
--D use_sys_zlib=true \
--D use_sys_lz4=true \
--D use_sys_xxhash=true \
--D use_sys_openssl=true \
--D use_libuv=true \
--D use_webui=true
-  ninja -C build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build install
-  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
-  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
-  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 512136, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-29 20:45:01 UTC (rev 512137)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.9.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
+ 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
+makedepends=('meson')
+options=('!emptydirs')
+source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('270cf67d0dee8dab4ed21dfaab57671b479ec82f0fc8d1c988e121c48b51addc')
+sha512sums=('7198c6fb35778d93fdbba5dd3dceddb7af21d555fb42f22752c8898ccba44fdcba92a6c502ddc8bdda71b883df392168ece807325b53cf75537b4ec59d86e42a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  touch libr/config.mk
+  arch-meson build \
+-D use_sys_capstone=true \
+-D use_sys_magic=true \
+-D use_sys_zip=true \
+-D use_sys_zlib=true \
+-D use_sys_lz4=true \
+-D use_sys_xxhash=true \
+-D use_sys_openssl=true \
+-D use_libuv=true \
+-D use_webui=true
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
+  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
+  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-03 Thread Levente Polyak via arch-commits
Date: Tuesday, September 3, 2019 @ 19:41:16
  Author: anthraxx
Revision: 507930

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 507929, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-03 19:41:11 UTC (rev 507929)
+++ PKGBUILD2019-09-03 19:41:16 UTC (rev 507930)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.7.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
- 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
-makedepends=('meson')
-options=('!emptydirs')
-source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6981e2a9ba8e741f3b10e4774e3833ac1135116bbaf856828ea9128ef22551e3')
-sha512sums=('8e4d1b89d0d1e717403ba0bc2ce47e2644d12303ed5391fe4b9efc11b86a0b9c9356fdea1caecabe16d88ded9577fe77c182225adf2fdbd63b2e48f9c9c9f52d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  touch libr/config.mk
-  arch-meson build \
--D use_sys_capstone=true \
--D use_sys_magic=true \
--D use_sys_zip=true \
--D use_sys_zlib=true \
--D use_sys_lz4=true \
--D use_sys_xxhash=true \
--D use_sys_openssl=true \
--D use_libuv=true \
--D use_webui=true
-  ninja -C build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build install
-  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
-  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
-  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 507929, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-03 19:41:16 UTC (rev 507930)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
+ 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
+makedepends=('meson')
+options=('!emptydirs')
+source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('09496070458c02f04b63932839aba341ab64417c676cfc649a8e754e435952e1')
+sha512sums=('c9a1a4e7743b54026990d7473f05fb8eb25d7a7f0fd985172587ce82b8f6fefb53dd181b0bdb8463d2460c71e4a9eb377ead4ef7379615c90aa858d8fcadeadb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  touch libr/config.mk
+  arch-meson build \
+-D use_sys_capstone=true \
+-D use_sys_magic=true \
+-D use_sys_zip=true \
+-D use_sys_zlib=true \
+-D use_sys_lz4=true \
+-D use_sys_xxhash=true \
+-D use_sys_openssl=true \
+-D use_libuv=true \
+-D use_webui=true
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
+  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
+  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-07 Thread Levente Polyak via arch-commits
Date: Wednesday, August 7, 2019 @ 20:12:52
  Author: anthraxx
Revision: 498239

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 498238, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-07 20:12:46 UTC (rev 498238)
+++ PKGBUILD2019-08-07 20:12:52 UTC (rev 498239)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
- 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
-makedepends=('meson')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('a763d3812a4cec74fd39d67a2559a4e0073e9e8d1d55481e5feb3f00bbe19b02')
-sha512sums=('15c02b744892934bd0b4beeb146d8a0289244405214b62892d7e307cd42f6706aca16c1e02b6b2beb5b6869c5c5920cc291ffec8a690b5338c6973a5e1d7900e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  touch libr/config.mk
-  arch-meson build \
--D use_sys_capstone=true \
--D use_sys_magic=true \
--D use_sys_zip=true \
--D use_sys_zlib=true \
--D use_sys_lz4=true \
--D use_sys_xxhash=true \
--D use_sys_openssl=true \
--D use_libuv=true \
--D use_webui=true
-  ninja -C build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build install
-  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
-  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
-  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 498238, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-07 20:12:52 UTC (rev 498239)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
+ 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
+makedepends=('meson')
+options=('!emptydirs')
+source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6981e2a9ba8e741f3b10e4774e3833ac1135116bbaf856828ea9128ef22551e3')
+sha512sums=('8e4d1b89d0d1e717403ba0bc2ce47e2644d12303ed5391fe4b9efc11b86a0b9c9356fdea1caecabe16d88ded9577fe77c182225adf2fdbd63b2e48f9c9c9f52d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  touch libr/config.mk
+  arch-meson build \
+-D use_sys_capstone=true \
+-D use_sys_magic=true \
+-D use_sys_zip=true \
+-D use_sys_zlib=true \
+-D use_sys_lz4=true \
+-D use_sys_xxhash=true \
+-D use_sys_openssl=true \
+-D use_libuv=true \
+-D use_webui=true
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
+  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
+  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-01 Thread Levente Polyak via arch-commits
Date: Monday, July 1, 2019 @ 20:01:33
  Author: anthraxx
Revision: 487178

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 487177, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-01 20:01:28 UTC (rev 487177)
+++ PKGBUILD2019-07-01 20:01:33 UTC (rev 487178)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
- 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
-makedepends=('meson')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('818bac855b13f19f1a71059b683dcf3d9fc802494c5637e9a941b44488ced88e')
-sha512sums=('24c2a45ed539830dcb8dc1585c27e45515c70989132f500527db0ca6795027eaa82ea54d1cd7fc73ddc49641a73148be963ade1648e92b5336d2e86335e2497a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  touch libr/config.mk
-  arch-meson build \
--D use_sys_capstone=true \
--D use_sys_magic=true \
--D use_sys_zip=true \
--D use_sys_zlib=true \
--D use_sys_lz4=true \
--D use_sys_xxhash=true \
--D use_sys_openssl=true \
--D use_libuv=true \
--D use_webui=true
-  ninja -C build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build install
-  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
-  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
-  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 487177, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-01 20:01:33 UTC (rev 487178)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.6.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
+ 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
+makedepends=('meson')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('a763d3812a4cec74fd39d67a2559a4e0073e9e8d1d55481e5feb3f00bbe19b02')
+sha512sums=('15c02b744892934bd0b4beeb146d8a0289244405214b62892d7e307cd42f6706aca16c1e02b6b2beb5b6869c5c5920cc291ffec8a690b5338c6973a5e1d7900e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  touch libr/config.mk
+  arch-meson build \
+-D use_sys_capstone=true \
+-D use_sys_magic=true \
+-D use_sys_zip=true \
+-D use_sys_zlib=true \
+-D use_sys_lz4=true \
+-D use_sys_xxhash=true \
+-D use_sys_openssl=true \
+-D use_libuv=true \
+-D use_webui=true
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
+  ln -s /usr/bin/radare2 "${pkgdir}/usr/bin/r2"
+  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:56:01
  Author: anthraxx
Revision: 437926

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 437925, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:55:54 UTC (rev 437925)
+++ PKGBUILD2019-03-06 21:56:01 UTC (rev 437926)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.2.1
-pkgrel=2
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('a4d0c1b3a3dfd810749578227940b8ea77e517d2c4d284c9687e49224a272796')
-sha512sums=('4f8c64eb02a80ae5e7adce1322d16f08a250be21c674a8f6f0271bfdc8dc41a6f4ef50fef36e012733db5008cffb356489beef9e9b82300372350bef81e13afa')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 437925, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:56:01 UTC (rev 437926)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('3c092bdf8676d7d49537926258c50557bca98d7d669babfed6113ff82c403bcb')
+sha512sums=('4db9d547b72b952babfd67c8cef2b94fdac9d6fd1194fb50b2ebab538d5bbda0bab4b704d5af64ef684ce9311634c8e04465906a1e7e706b211427054fe0721a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-22 Thread Levente Polyak via arch-commits
Date: Tuesday, January 22, 2019 @ 22:25:58
  Author: anthraxx
Revision: 427046

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 427045, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-22 22:25:53 UTC (rev 427045)
+++ PKGBUILD2019-01-22 22:25:58 UTC (rev 427046)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('18dbec13588d7795e3ce0b3a442578227d941b70cb1421b52abe127191db6634')
-sha512sums=('9773068568cf71797b0c86837188604130ef9d63e7b7fd115820d8979dde37d259aaea45002c9984e8c3599e9bade53720d3bb1b3635bdad5a2dc73aff54f048')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 427045, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-22 22:25:58 UTC (rev 427046)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('a4d0c1b3a3dfd810749578227940b8ea77e517d2c4d284c9687e49224a272796')
+sha512sums=('4f8c64eb02a80ae5e7adce1322d16f08a250be21c674a8f6f0271bfdc8dc41a6f4ef50fef36e012733db5008cffb356489beef9e9b82300372350bef81e13afa')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-09 Thread Levente Polyak via arch-commits
Date: Thursday, January 10, 2019 @ 00:17:40
  Author: anthraxx
Revision: 421346

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 421345, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-10 00:17:27 UTC (rev 421345)
+++ PKGBUILD2019-01-10 00:17:40 UTC (rev 421346)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.1.3
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('e3198565b02b95c67da5c45e7f157b5a9e1c7d8afe0238bd5631459b0e7731fb')
-sha512sums=('75b4966e8d64ffd341c50b22d12653e4ead23352d25a7a1f923ee6cb177bd0a9a16e7c02cbd5b58cf3da03f415168606cd67ed19f594dca75c66114e9c35903f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 421345, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-10 00:17:40 UTC (rev 421346)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('18dbec13588d7795e3ce0b3a442578227d941b70cb1421b52abe127191db6634')
+sha512sums=('9773068568cf71797b0c86837188604130ef9d63e7b7fd115820d8979dde37d259aaea45002c9984e8c3599e9bade53720d3bb1b3635bdad5a2dc73aff54f048')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-18 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 20:04:40
  Author: anthraxx
Revision: 416715

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 416714, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 20:04:31 UTC (rev 416714)
+++ PKGBUILD2018-12-18 20:04:40 UTC (rev 416715)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('b6e74f29cc36ff25400376726e1315b37fe5876a1c82cf7bf75b39e6e5bbe41f')
-sha512sums=('ee31de49ff83ca1ed093eaf113201cb3709adcb3315671d88413aa4d5c80c37cf9e981c33b4f472b9aa5f67309cdaf9577c2085a8c58e4faf86b37d1ee19866d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 416714, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 20:04:40 UTC (rev 416715)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('e3198565b02b95c67da5c45e7f157b5a9e1c7d8afe0238bd5631459b0e7731fb')
+sha512sums=('75b4966e8d64ffd341c50b22d12653e4ead23352d25a7a1f923ee6cb177bd0a9a16e7c02cbd5b58cf3da03f415168606cd67ed19f594dca75c66114e9c35903f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-27 Thread Levente Polyak via arch-commits
Date: Tuesday, November 27, 2018 @ 21:32:13
  Author: anthraxx
Revision: 410157

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 410156, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-27 21:32:07 UTC (rev 410156)
+++ PKGBUILD2018-11-27 21:32:13 UTC (rev 410157)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('2de7c54f723b8439f899a86cb9e5142e7b62664994cea60aefdd9c2a69a3f9fe')
-sha512sums=('755cbbf968179d987b1bd11469ef356e9e5b9968983f45a3276e0001c877d13b3b12b71a29dd954e8111c5196284c0e49f26bd79f5b5e037dd4dd27b1f73e380')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 410156, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-27 21:32:13 UTC (rev 410157)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('b6e74f29cc36ff25400376726e1315b37fe5876a1c82cf7bf75b39e6e5bbe41f')
+sha512sums=('ee31de49ff83ca1ed093eaf113201cb3709adcb3315671d88413aa4d5c80c37cf9e981c33b4f472b9aa5f67309cdaf9577c2085a8c58e4faf86b37d1ee19866d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-22 Thread Levente Polyak via arch-commits
Date: Monday, October 22, 2018 @ 23:20:23
  Author: anthraxx
Revision: 398596

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 398595, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-22 23:20:16 UTC (rev 398595)
+++ PKGBUILD2018-10-22 23:20:23 UTC (rev 398596)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('fb5db40c6ac143c7257c9f4044851c647eac8942d07421837335f9c520fed447')
-sha512sums=('5ca698123ccad80c54c483f7e2cc678dabfc9c1c172670ff9e1d11512174c9ecc15e81dfdb5de846b42c951cafe23d29ceca6f3824504a2f3dac722c659bb2d4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 398595, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-22 23:20:23 UTC (rev 398596)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('2de7c54f723b8439f899a86cb9e5142e7b62664994cea60aefdd9c2a69a3f9fe')
+sha512sums=('755cbbf968179d987b1bd11469ef356e9e5b9968983f45a3276e0001c877d13b3b12b71a29dd954e8111c5196284c0e49f26bd79f5b5e037dd4dd27b1f73e380')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-16 Thread Levente Polyak via arch-commits
Date: Tuesday, October 16, 2018 @ 22:18:46
  Author: anthraxx
Revision: 394872

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 394871, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-16 22:18:40 UTC (rev 394871)
+++ PKGBUILD2018-10-16 22:18:46 UTC (rev 394872)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.9.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('423ced52355daeaa12a6abbd6735f93c1eb19af728ecb359a6074f49abacc8a2')
-sha512sums=('8365edd54d0a8030955b566f750ae4c3b5db26550fa3035f7d543d6f2a9b31760a38df30dfd839f7c9ab938e7f032997d9a3198a16f44c54c71c58c39a2cfc8c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 394871, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-16 22:18:46 UTC (rev 394872)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('fb5db40c6ac143c7257c9f4044851c647eac8942d07421837335f9c520fed447')
+sha512sums=('5ca698123ccad80c54c483f7e2cc678dabfc9c1c172670ff9e1d11512174c9ecc15e81dfdb5de846b42c951cafe23d29ceca6f3824504a2f3dac722c659bb2d4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-05 Thread Levente Polyak via arch-commits
Date: Wednesday, September 5, 2018 @ 22:59:01
  Author: anthraxx
Revision: 377188

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 377187, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-05 22:58:27 UTC (rev 377187)
+++ PKGBUILD2018-09-05 22:59:01 UTC (rev 377188)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.8.0
-pkgrel=2
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('633c1b59e8935f6157142e7bd134b262f07595263c31c6ca3a194dd987a46360')
-sha512sums=('968c61eb5102125b232f9a74362fb90b0409da80b4cd4f109d11e49d02c80a5beee9e73065ef3b4a22fb8cdf43f86338fd21b648ddfa34001ed6cace47335803')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 377187, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-05 22:59:01 UTC (rev 377188)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.9.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('423ced52355daeaa12a6abbd6735f93c1eb19af728ecb359a6074f49abacc8a2')
+sha512sums=('8365edd54d0a8030955b566f750ae4c3b5db26550fa3035f7d543d6f2a9b31760a38df30dfd839f7c9ab938e7f032997d9a3198a16f44c54c71c58c39a2cfc8c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-15 Thread Levente Polyak via arch-commits
Date: Wednesday, August 15, 2018 @ 09:38:56
  Author: anthraxx
Revision: 371707

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 371706, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   63 ++---
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 09:38:33 UTC (rev 371706)
+++ PKGBUILD2018-08-15 09:38:56 UTC (rev 371707)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.8.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('633c1b59e8935f6157142e7bd134b262f07595263c31c6ca3a194dd987a46360')
-sha512sums=('968c61eb5102125b232f9a74362fb90b0409da80b4cd4f109d11e49d02c80a5beee9e73065ef3b4a22fb8cdf43f86338fd21b648ddfa34001ed6cace47335803')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 371706, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 09:38:56 UTC (rev 371707)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.8.0
+pkgrel=2
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('633c1b59e8935f6157142e7bd134b262f07595263c31c6ca3a194dd987a46360')
+sha512sums=('968c61eb5102125b232f9a74362fb90b0409da80b4cd4f109d11e49d02c80a5beee9e73065ef3b4a22fb8cdf43f86338fd21b648ddfa34001ed6cace47335803')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-08 Thread Levente Polyak via arch-commits
Date: Wednesday, August 8, 2018 @ 20:58:26
  Author: anthraxx
Revision: 370455

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 370454, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-08 20:58:21 UTC (rev 370454)
+++ PKGBUILD2018-08-08 20:58:26 UTC (rev 370455)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('624074a3edf55ee1d24e7ab05d65cb88f9672f6689f8fcc8bdd4e95faf35dce0')
-sha512sums=('4a40e4917967aeef34de6ea69dd3c6d07a215e1f1272221db9af92d898e2d44997e339016b3342d69a276eb99f2d0a1e640ce8e9c889fe728dd86865e917a0fd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 370454, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-08 20:58:26 UTC (rev 370455)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.8.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('633c1b59e8935f6157142e7bd134b262f07595263c31c6ca3a194dd987a46360')
+sha512sums=('968c61eb5102125b232f9a74362fb90b0409da80b4cd4f109d11e49d02c80a5beee9e73065ef3b4a22fb8cdf43f86338fd21b648ddfa34001ed6cace47335803')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-07-16 Thread Levente Polyak via arch-commits
Date: Monday, July 16, 2018 @ 22:46:44
  Author: anthraxx
Revision: 360298

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 360297, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-16 22:46:35 UTC (rev 360297)
+++ PKGBUILD2018-07-16 22:46:44 UTC (rev 360298)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.6.9
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('2838a8c83f1b32f8d5a13264580ff37788b3c0ac072e7f6408e9f7adbef84ba2')
-sha512sums=('7493563c509350eb6dcefc98a6ce9767aee58f84aacb843110f5d5239f2597b707615af228fef777e37ed13a6232dbf2f3aa959f05f67902553537ecfe75482a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 360297, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-16 22:46:44 UTC (rev 360298)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('624074a3edf55ee1d24e7ab05d65cb88f9672f6689f8fcc8bdd4e95faf35dce0')
+sha512sums=('4a40e4917967aeef34de6ea69dd3c6d07a215e1f1272221db9af92d898e2d44997e339016b3342d69a276eb99f2d0a1e640ce8e9c889fe728dd86865e917a0fd')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-07-07 Thread Levente Polyak via arch-commits
Date: Saturday, July 7, 2018 @ 18:23:49
  Author: anthraxx
Revision: 354049

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 354048, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 -
 1 file changed, 31 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-07 18:23:43 UTC (rev 354048)
+++ PKGBUILD2018-07-07 18:23:49 UTC (rev 354049)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz
-   
${pkgname}-${pkgver}.fix-capstone.patch::https://github.com/radare/radare2/commit/3752d992f3140806ea1d513739b6f23addf52df1.patch
-   
${pkgname}-${pkgver}.fix-zip.patch::https://github.com/radare/radare2/commit/a555204c3617438250cded94d084b4dec1aaf551.patch
-   
${pkgname}-${pkgver}.fix-lib-dist.patch::https://github.com/radare/radare2/pull/10164/commits/bd21b8b0f5968849b19ec705f43460a104300356.patch)
-sha256sums=('c4722519e53bbb03289e3b98e89e637e2d1f401d02cf78a198e42c2e92aeb820'
-'80c84b357f89b49c6a48f78c20647b968ebe2a97e039ef669989671e0b0e93d8'
-'ca8d31dabd4f6b3ef7ac0e618945bf5e543cbe7259f7971bab9584eda9cd8436'
-'c968b3f113982e2a4e092e84a8f8cd512b6212bb27d4a09bd6a7ae311bd966f0')
-sha512sums=('44e7d0c10e17b40d4d71af851cf462c159b03b3242dfccd786bd54d3cf9f92441084f26694166dd1385e84c00626f45dbe09d1fe713595721723c468ac47b01b'
-
'4412c99facdcf15bb6f3202c15e7c0a581df6eda67e5476b70f95e21540d253fdd2dd5518009c139cc7723d589f0d903a2a98f3d6ed33578b0bed2e5c2bf4242'
-
'ec2aa6993afc004bc57a2e4f3feeff99f0d074d40a22d24e81c63635422208e756ca91edcb74957b89fa3aba707ed5602a8b0c8425a43e407872e1ca82d890cd'
-
'aee102df6196e2ba0f2334828ecad27d468b845efa1f95e587ec26ef229bcef1f94d3d0daca44fc9731c11a5cfc5f1609bf7c90d56836b0f1679db2cf916c075')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 < ../${pkgname}-${pkgver}.fix-capstone.patch
-  patch -Np1 < ../${pkgname}-${pkgver}.fix-zip.patch
-  patch -Np1 < ../${pkgname}-${pkgver}.fix-lib-dist.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 354048, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-07 18:23:49 UTC (rev 354049)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.6.9
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('2838a8c83f1b32f8d5a13264580ff37788b3c0ac072e7f6408e9f7adbef84ba2')
+sha512sums=('7493563c509350eb6dcefc98a6ce9767aee58f84aacb843110f5d5239f2597b707615af228fef777e37ed13a6232dbf2f3aa959f05f67902553537ecfe75482a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-22 Thread Levente Polyak via arch-commits
Date: Tuesday, May 22, 2018 @ 23:43:57
  Author: anthraxx
Revision: 327814

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 327813, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 -
 1 file changed, 47 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-22 23:43:49 UTC (rev 327813)
+++ PKGBUILD2018-05-22 23:43:57 UTC (rev 327814)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('c795c2062c01dbb6ca91d44812cdd8600fc502264ab87ce864a97769227db796')
-sha512sums=('a29e0e61aeee6e08a99a1ed8a8bc428ec8b0474b3781475db3091232353d03d39d8750f774a266e01bb7565049269ee5f43b666b3b69bfadafb75cdb35f6cc4b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 327813, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-22 23:43:57 UTC (rev 327814)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz
+   
${pkgname}-${pkgver}.fix-capstone.patch::https://github.com/radare/radare2/commit/3752d992f3140806ea1d513739b6f23addf52df1.patch
+   
${pkgname}-${pkgver}.fix-zip.patch::https://github.com/radare/radare2/commit/a555204c3617438250cded94d084b4dec1aaf551.patch
+   
${pkgname}-${pkgver}.fix-lib-dist.patch::https://github.com/radare/radare2/pull/10164/commits/bd21b8b0f5968849b19ec705f43460a104300356.patch)
+sha256sums=('c4722519e53bbb03289e3b98e89e637e2d1f401d02cf78a198e42c2e92aeb820'
+'80c84b357f89b49c6a48f78c20647b968ebe2a97e039ef669989671e0b0e93d8'
+'ca8d31dabd4f6b3ef7ac0e618945bf5e543cbe7259f7971bab9584eda9cd8436'
+'c968b3f113982e2a4e092e84a8f8cd512b6212bb27d4a09bd6a7ae311bd966f0')
+sha512sums=('44e7d0c10e17b40d4d71af851cf462c159b03b3242dfccd786bd54d3cf9f92441084f26694166dd1385e84c00626f45dbe09d1fe713595721723c468ac47b01b'
+
'4412c99facdcf15bb6f3202c15e7c0a581df6eda67e5476b70f95e21540d253fdd2dd5518009c139cc7723d589f0d903a2a98f3d6ed33578b0bed2e5c2bf4242'
+
'ec2aa6993afc004bc57a2e4f3feeff99f0d074d40a22d24e81c63635422208e756ca91edcb74957b89fa3aba707ed5602a8b0c8425a43e407872e1ca82d890cd'
+
'aee102df6196e2ba0f2334828ecad27d468b845efa1f95e587ec26ef229bcef1f94d3d0daca44fc9731c11a5cfc5f1609bf7c90d56836b0f1679db2cf916c075')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 < ../${pkgname}-${pkgver}.fix-capstone.patch
+  patch -Np1 < ../${pkgname}-${pkgver}.fix-zip.patch
+  patch -Np1 < ../${pkgname}-${pkgver}.fix-lib-dist.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-11 Thread Levente Polyak via arch-commits
Date: Wednesday, April 11, 2018 @ 20:12:31
  Author: anthraxx
Revision: 315768

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 315767, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 20:12:24 UTC (rev 315767)
+++ PKGBUILD2018-04-11 20:12:31 UTC (rev 315768)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('e2edef4d70c747d04002ce9d384eb2fc9c0cd4cbfde77cda8c10cae9ff24')
-sha512sums=('fca5f78c7e1dab4af0aa4bf367953bc7a49bbd9da3ab7b32e8be79cc3c4f6a1be0db4c466d5f6e68c87c569d0096dd2841ea52f4ad75234046f1a96d8b4d4fc3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 315767, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 20:12:31 UTC (rev 315768)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('c795c2062c01dbb6ca91d44812cdd8600fc502264ab87ce864a97769227db796')
+sha512sums=('a29e0e61aeee6e08a99a1ed8a8bc428ec8b0474b3781475db3091232353d03d39d8750f774a266e01bb7565049269ee5f43b666b3b69bfadafb75cdb35f6cc4b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-06 Thread Levente Polyak via arch-commits
Date: Tuesday, March 6, 2018 @ 20:57:34
  Author: anthraxx
Revision: 303265

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 303263, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-06 20:57:15 UTC (rev 303264)
+++ PKGBUILD2018-03-06 20:57:34 UTC (rev 303265)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('50a5797f168b10e02bd9c4d4ff61fe0459e1b79710c27405c94753694d6b9b3c')
-sha512sums=('4b52ae3678c5bbba1d173f95715807469e88603067faf4f1058606a4235050ec07aebdb6408e24c0c031b9554b4ca095bf77fc2791a9efa498dfff49200b3b1d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 303263, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-06 20:57:34 UTC (rev 303265)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('e2edef4d70c747d04002ce9d384eb2fc9c0cd4cbfde77cda8c10cae9ff24')
+sha512sums=('fca5f78c7e1dab4af0aa4bf367953bc7a49bbd9da3ab7b32e8be79cc3c4f6a1be0db4c466d5f6e68c87c569d0096dd2841ea52f4ad75234046f1a96d8b4d4fc3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:09:55
  Author: anthraxx
Revision: 290270

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 290269, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 12:09:47 UTC (rev 290269)
+++ PKGBUILD2018-02-08 12:09:55 UTC (rev 290270)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('99ba2a7c4aae99ae0c70ce0423fa6ed2344fb94a45bc83bf6c8716e2b3e7f1bf')
-sha512sums=('e632ca3ffdeefc394e571b5ae7f0619cbbb93c657ff1ef316771e1d10089fbad98dc08b6e7d152e664a4c16e97d4519c1c6445fe737dbd4e3d296bc93c3ee410')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 290269, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 12:09:55 UTC (rev 290270)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('50a5797f168b10e02bd9c4d4ff61fe0459e1b79710c27405c94753694d6b9b3c')
+sha512sums=('4b52ae3678c5bbba1d173f95715807469e88603067faf4f1058606a4235050ec07aebdb6408e24c0c031b9554b4ca095bf77fc2791a9efa498dfff49200b3b1d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 15, 2018 @ 01:15:30
  Author: anthraxx
Revision: 282292

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 282291, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-15 01:15:18 UTC (rev 282291)
+++ PKGBUILD2018-01-15 01:15:30 UTC (rev 282292)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('cf34e6260fafb543edb919ed0b80b57b431817e91b624843fc1b82aa4bbf5f7a')
-sha512sums=('38a907834e21967a83943e62cb29d8097e0522ff71ea61a2e3ab9e5263c3884ce28c17fb3ca9201c2b9f341e1b066ed0899e5152e146e61fc4f650f319299cd0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 282291, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-15 01:15:30 UTC (rev 282292)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('99ba2a7c4aae99ae0c70ce0423fa6ed2344fb94a45bc83bf6c8716e2b3e7f1bf')
+sha512sums=('e632ca3ffdeefc394e571b5ae7f0619cbbb93c657ff1ef316771e1d10089fbad98dc08b6e7d152e664a4c16e97d4519c1c6445fe737dbd4e3d296bc93c3ee410')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in radare2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-12-11 Thread Levente Polyak via arch-commits
Date: Monday, December 11, 2017 @ 22:57:40
  Author: anthraxx
Revision: 273909

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 273908, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-11 22:57:32 UTC (rev 273908)
+++ PKGBUILD2017-12-11 22:57:40 UTC (rev 273909)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('d8f7e1ab96028fc8bd62d4f92fbbe8bbf48c6cda8112e6eaec93bf5ffbbbd1dd')
-sha512sums=('1a8db3c71895fd9ccf284e7d0747770a5490872c5ee7f8e6d1c3a2590d2b344873bfc11b5f686bd08caa441bb787b2ec86aae9e83bf61e296f6a233d3ba35207')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  # remove shit
-  rm "${pkgdir}"/usr/bin/r2-{indent,docker} \
-"${pkgdir}/usr/share/man/man1/r2-docker.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 273908, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-11 22:57:40 UTC (rev 273909)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('cf34e6260fafb543edb919ed0b80b57b431817e91b624843fc1b82aa4bbf5f7a')
+sha512sums=('38a907834e21967a83943e62cb29d8097e0522ff71ea61a2e3ab9e5263c3884ce28c17fb3ca9201c2b9f341e1b066ed0899e5152e146e61fc4f650f319299cd0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et: