Date: Thursday, October 27, 2016 @ 20:56:44 Author: anthraxx Revision: 193812
upgpkg: afl-utils 1.32a-1 Modified: afl-utils/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-27 20:53:42 UTC (rev 193811) +++ PKGBUILD 2016-10-27 20:56:44 UTC (rev 193812) @@ -1,21 +1,19 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=afl-utils -pkgver=1.31a +pkgver=1.32a 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" +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' -) +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=('3d4095ea85179ed8cb27ed720db09d28b4cbe461ffa55605e488efab4f991bb5939967b7968d6d93e19b50b3af45d5be6be714f70e7ca8da31ab067c37da3308') +sha512sums=('8077a88489a2b9970d41aa2f330ad4c7855c42c8d47529818b7360a90d3eece2e985b7c7524ab6354d36367c9c679951850f4b870874a0e8c3f66abbfda2b222') package() { cd ${pkgname}-${pkgver}
