summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-05-05 23:37:04 +0200
committeranthraxx2016-05-05 23:37:04 +0200
commit3b4709dc53dacfd1c8d060089e44117382493897 (patch)
tree540f20c472d6dbdbc3e8fcf9a24d41c3d3ac144d
parent239c49da079c1fad77a2e39be91f8fcd2e3a79be (diff)
downloadaur-zzuf-git.tar.gz
upgpkg: zzuf-git 0.15.680.14138cd-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 462d4d5fd6ee..fa9f6c178838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 03:07:33 UTC 2016
+# Thu May 5 21:37:04 UTC 2016
pkgbase = zzuf-git
pkgdesc = Transparent application input fuzzer
- pkgver = 0.14.669.d16576b
+ pkgver = 0.15.680.14138cd
pkgrel = 1
url = https://github.com/samhocevar/zzuf
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 68ef065dfa40..5e2c080755fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=zzuf-git
-pkgver=0.14.669.d16576b
+pkgver=0.15.680.14138cd
pkgrel=1
pkgdesc="Transparent application input fuzzer"
url='https://github.com/samhocevar/zzuf'
@@ -33,8 +33,7 @@ build() {
check() {
cd ${pkgname}
- # ignore test results because of upstream bug #7
- make check||true
+ make check
}
package() {