summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-12-18 18:29:39 +0100
committeranthraxx2016-12-18 18:29:39 +0100
commit3aa4bf208b2c2c3914a6f7d65a35d8e3496bbdda (patch)
tree67af0b006119381a6cdb704190ab107a450d2729
parent8a31c14c38675d4f9c020cb11965ab661e61b712 (diff)
downloadaur-3aa4bf208b2c2c3914a6f7d65a35d8e3496bbdda.tar.gz
upgpkg: afl-utils-git 1.32a.224.1a10e7b-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f337611ee57..21bb18280bfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# 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.30a.191.dc4d6ac
+ pkgver = 1.32a.224.1a10e7b
pkgrel = 1
url = https://github.com/rc0r/afl-utils
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9cfe5d7ff5af..600d1d4cd936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=afl-utils-git
_gitname=afl-utils
-pkgver=1.30a.191.dc4d6ac
+pkgver=1.32a.224.1a10e7b
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"
@@ -29,6 +29,7 @@ pkgver() {
package() {
cd ${pkgname}
python setup.py install -O1 --root="${pkgdir}"
+ rm -rf "${pkgdir}"/usr/lib/python*/site-packages/tests
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}"