[arch-commits] Commit in afl-utils/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sat Aug 6 11:44:32 UTC 2016


    Date: Saturday, August 6, 2016 @ 11:44:32
  Author: anthraxx
Revision: 185610

archrelease: copy trunk to community-any

Added:
  afl-utils/repos/community-any/PKGBUILD
    (from rev 185609, afl-utils/trunk/PKGBUILD)
Deleted:
  afl-utils/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-06 11:44:25 UTC (rev 185609)
+++ PKGBUILD	2016-08-06 11:44:32 UTC (rev 185610)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=afl-utils
-pkgver=1.17a
-pkgrel=1
-pkgdesc="Utilities for automated crash sample processing/analysis, easy afl-fuzz job management and corpus optimization"
-url="https://github.com/rc0r/afl-utils"
-arch=('any')
-license=('Apache')
-depends=('afl' 'coreutils' 'python')
-optdepends=(
-  'sqlite: database support'
-  'screen: interactive/screen mode support'
-  'gdb: gdb script execution support'
-  'python-twitter: afl-stat support'
-)
-makedepends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2188def4866fe4a44a9482e763cdb09342da3a58850efccae11970dcbf719811879111030ec10492105c77e58e0d4b37359789ff0c0fd3969c0eadb5c473f560')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 docs/CHANGELOG.md "${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
-  install -Dm 644 afl-stats.conf.sample "${pkgdir}/usr/share/doc/${pkgname}/afl-stats.conf.sample"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl-utils/repos/community-any/PKGBUILD (from rev 185609, afl-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-06 11:44:32 UTC (rev 185610)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=afl-utils
+pkgver=1.30a
+pkgrel=1
+pkgdesc="Utilities for automated crash sample processing/analysis, easy afl-fuzz job management and corpus optimization"
+url="https://github.com/rc0r/afl-utils"
+arch=('any')
+license=('Apache')
+depends=('afl' 'coreutils' 'python' 'rsync')
+optdepends=(
+  'sqlite: database support'
+  'screen: interactive/screen mode support'
+  'gdb: gdb script execution support'
+)
+makedepends=('python-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('5701c7e5ab7c1fb168c6a9747d9553db7566bcfcadbd8440af4bd636204bb32baeabec1a526435f738ab5b3ef70a0f252f858207fdb51e6d08c956e00d53392d')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 docs/CHANGELOG.md "${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
+  install -Dm 644 config/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list