summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-08-06 13:45:32 +0200
committeranthraxx2016-08-06 13:45:32 +0200
commit8a31c14c38675d4f9c020cb11965ab661e61b712 (patch)
tree15716f8e2413bfb5f1095448e3be43a09577a984
parentb2ee6f35f3e7d9fe40015a77a2ec261ebfac6941 (diff)
downloadaur-8a31c14c38675d4f9c020cb11965ab661e61b712.tar.gz
upgpkg: afl-utils-git 1.30a.191.dc4d6ac-1
- distribute new config samples
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62d5b60d949a..0f337611ee57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Aug 6 11:45:32 UTC 2016
pkgbase = afl-utils-git
pkgdesc = Utilities for automated crash sample processing/analysis, easy afl-fuzz job management and corpus optimization
- pkgver = 1.17a.75.26a05d0
+ pkgver = 1.30a.191.dc4d6ac
pkgrel = 1
url = https://github.com/rc0r/afl-utils
arch = any
@@ -10,10 +12,10 @@ pkgbase = afl-utils-git
depends = afl
depends = coreutils
depends = python
+ depends = rsync
optdepends = sqlite: database support
optdepends = screen: interactive/screen mode support
optdepends = gdb: gdb script execution support
- optdepends = python-twitter: afl-stat support
provides = afl-utils
conflicts = afl-utils
source = afl-utils-git::git+https://github.com/rc0r/afl-utils
diff --git a/PKGBUILD b/PKGBUILD
index dca72f8d407a..9cfe5d7ff5af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
pkgname=afl-utils-git
_gitname=afl-utils
-pkgver=1.17a.75.26a05d0
+pkgver=1.30a.191.dc4d6ac
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')
+depends=('afl' 'coreutils' 'python' 'rsync')
optdepends=(
'sqlite: database support'
'screen: interactive/screen mode support'
'gdb: gdb script execution support'
- 'python-twitter: afl-stat support'
)
makedepends=('git' 'python-setuptools')
provides=('afl-utils')
@@ -32,7 +31,7 @@ package() {
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"
+ install -Dm 644 config/* -t "${pkgdir}/usr/share/doc/${pkgname}"
}
# vim: ts=2 sw=2 et: