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
===================================================================
--- PKGBUILD    2018-07-16 22:46:35 UTC (rev 360297)
+++ PKGBUILD    2018-07-16 22:46:44 UTC (rev 360298)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# 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)
+++ PKGBUILD    2018-07-16 22:46:44 UTC (rev 360298)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# 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:

Reply via email to