summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-11-13 14:07:03 +0100
committeranthraxx2016-11-13 14:07:03 +0100
commit300878db430eec5303274cca0e797e4afdfe5429 (patch)
tree14a0a50fcd39e61fda7a67bebe285e7a5db83da9
parentda846e522d2298bc2c7bb7595c8b46e9cfaee907 (diff)
downloadaur-300878db430eec5303274cca0e797e4afdfe5429.tar.gz
upgpkg: strip-nondeterminism-git 0.028+5+gb9d5b06-1
upstream release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 133ca18edb5f..b837e0935aee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = strip-nondeterminism-git
pkgdesc = Tool for stripping bits of non-deterministic information from files
- pkgver = 0.028+4+gd1126e4
+ pkgver = 0.028+5+gb9d5b06
pkgrel = 1
url = https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git
arch = any
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() {