[arch-commits] Commit in afl-utils/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Aug 3 14:44:54 UTC 2017


    Date: Thursday, August 3, 2017 @ 14:44:52
  Author: anthraxx
Revision: 247797

upgpkg: afl-utils 1.33a-1

Modified:
  afl-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-03 14:43:54 UTC (rev 247796)
+++ PKGBUILD	2017-08-03 14:44:52 UTC (rev 247797)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=afl-utils
-pkgver=1.32a
-pkgrel=3
+pkgver=1.33a
+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')
@@ -13,14 +13,19 @@
             'gdb: gdb script execution support')
 makedepends=('python-setuptools')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('8077a88489a2b9970d41aa2f330ad4c7855c42c8d47529818b7360a90d3eece2e985b7c7524ab6354d36367c9c679951850f4b870874a0e8c3f66abbfda2b222')
+sha256sums=('e15bcaf7ed114696c09243b3e145eb24c89802abfc8430131c4d9888b824b0b3')
+sha512sums=('d2524d6e34d296c7b73dcc4999d74dcbb7057a2de60f557c8af78a5fc3fca715afa13564358b3b388c43efede15c4e05fa18ba6d852eca1909bae0f4d099f620')
 
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
 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 README.md docs/CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 config/* -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 



More information about the arch-commits mailing list