Date: Sunday, December 18, 2016 @ 17:30:56 Author: anthraxx Revision: 200198
upgpkg: afl-utils 1.32a-2 Modified: afl-utils/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-18 16:52:02 UTC (rev 200197) +++ PKGBUILD 2016-12-18 17:30:56 UTC (rev 200198) @@ -2,7 +2,7 @@ pkgname=afl-utils pkgver=1.32a -pkgrel=1 +pkgrel=2 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') @@ -18,6 +18,7 @@ package() { cd ${pkgname}-${pkgver} 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}"
