summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoranthraxx2016-11-13 14:07:03 +0100
committeranthraxx2016-11-13 14:07:03 +0100
commit300878db430eec5303274cca0e797e4afdfe5429 (patch)
tree14a0a50fcd39e61fda7a67bebe285e7a5db83da9 /PKGBUILD
parentda846e522d2298bc2c7bb7595c8b46e9cfaee907 (diff)
downloadaur-300878db430eec5303274cca0e797e4afdfe5429.tar.gz
upgpkg: strip-nondeterminism-git 0.028+5+gb9d5b06-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fd3d155266a..7c59049c4517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=strip-nondeterminism-git
-pkgver=0.028+4+gd1126e4
+pkgver=0.028+5+gb9d5b06
pkgrel=1
pkgdesc='Tool for stripping bits of non-deterministic information from files'
url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
@@ -23,7 +23,6 @@ pkgver() {
prepare() {
cd ${pkgname}
sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
- sed -r '/dh_strip_nondeterminism/d' -i t/binaries.t
}
build() {