[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2020-11-13 Thread Jelle van der Waa via arch-commits
Date: Friday, November 13, 2020 @ 23:33:48
  Author: jelle
Revision: 754035

upgpkg: strip-nondeterminism 1.9.0-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 23:32:31 UTC (rev 754034)
+++ PKGBUILD2020-11-13 23:33:48 UTC (rev 754035)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://salsa.debian.org/reproducible-builds/strip-nondeterminism'
 arch=('any')
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 
source=(https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/archive/${pkgver}/strip-nondeterminism-${pkgver}.tar.bz2
 
https://salsa.debian.org/reproducible-builds/reproducible-lfs/raw/master/releases/strip-nondeterminism/strip-nondeterminism-${pkgver}.tar.bz2.asc)
-sha512sums=('69b9ba40cd0bb1cef69b1377704a7f135d106f7b575ef5ddc55dc630bf5a71ec7e59caa943f6a124d33d77f3b8b7b7258ab937762ef5bb9127cec9f9c21ff2c5'
+sha512sums=('e47188d2883531205d5fd5a6d3aca14093ad8f2ad8f70384fdc185804fcd2c27b7f2d0aa22e4e5afbf0c8870d2003f1dffe5cebed8faf6bfac0fa2ed7cb85ad4'
 'SKIP')
 validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

   'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

@@ -38,6 +38,9 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # Don't install the internal handler documentation generated from pod 
documents
+  # 
https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/commit/b9b84287c654bd14d6489282475868977dec50c6
+  rm -r "${pkgdir}/usr/share/man/man3"
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 16:26:43
  Author: felixonmars
Revision: 649807

upgpkg: strip-nondeterminism 1.6.3-2: Perl 5.32 rebuild

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 16:26:41 UTC (rev 649806)
+++ PKGBUILD2020-06-21 16:26:43 UTC (rev 649807)
@@ -2,7 +2,7 @@
 
 pkgname=strip-nondeterminism
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://salsa.debian.org/reproducible-builds/strip-nondeterminism'
 arch=('any')


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2020-03-29 Thread Levente Polyak via arch-commits
Date: Sunday, March 29, 2020 @ 22:57:55
  Author: anthraxx
Revision: 606617

upgpkg: strip-nondeterminism 1.6.3-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 1 file changed, 11 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-29 22:57:49 UTC (rev 606616)
+++ PKGBUILD2020-03-29 22:57:55 UTC (rev 606617)
@@ -1,45 +1,41 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-_gitcommit=44531930caaebfbb56700a117c5de28c9d55f17e
-pkgver=0.041
-pkgrel=4
+pkgver=1.6.3
+pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://salsa.debian.org/reproducible-builds/strip-nondeterminism'
 arch=('any')
 license=('GPL3')
-depends=("perl" 'perl-archive-zip' 'perl-archive-cpio')
+depends=("perl" 'perl-archive-zip' 'perl-archive-cpio' 'perl-sub-override')
 makedepends=('git')
 options=('!emptydirs')
-source=(${pkgname}::"git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git#commit=${_gitcommit};)
-sha512sums=('SKIP')
+source=(https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/archive/${pkgver}/strip-nondeterminism-${pkgver}.tar.bz2
+
https://salsa.debian.org/reproducible-builds/reproducible-lfs/raw/master/releases/strip-nondeterminism/strip-nondeterminism-${pkgver}.tar.bz2.asc)
+sha512sums=('69b9ba40cd0bb1cef69b1377704a7f135d106f7b575ef5ddc55dc630bf5a71ec7e59caa943f6a124d33d77f3b8b7b7258ab937762ef5bb9127cec9f9c21ff2c5'
+'SKIP')
 validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

   'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

   '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

   '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

 
-pkgver() {
-  cd ${pkgname}
-  git describe --always | sed 's/^v//;s/-/./g'
-}
-
 prepare() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
 }
 
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  make -C ${pkgname} test
+  make -C ${pkgname}-${pkgver} test
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:37:16
  Author: foutrelis
Revision: 470397

Perl 5.30 rebuild

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:36:52 UTC (rev 470396)
+++ PKGBUILD2019-05-25 11:37:16 UTC (rev 470397)
@@ -3,7 +3,7 @@
 pkgname=strip-nondeterminism
 _gitcommit=44531930caaebfbb56700a117c5de28c9d55f17e
 pkgver=0.041
-pkgrel=3
+pkgrel=4
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://salsa.debian.org/reproducible-builds/strip-nondeterminism'
 arch=('any')


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 12:25:13
  Author: foutrelis
Revision: 366775

Perl 5.28 rebuild

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 12:25:01 UTC (rev 366774)
+++ PKGBUILD2018-08-01 12:25:13 UTC (rev 366775)
@@ -3,7 +3,7 @@
 pkgname=strip-nondeterminism
 _gitcommit=44531930caaebfbb56700a117c5de28c9d55f17e
 pkgver=0.041
-pkgrel=2
+pkgrel=3
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://salsa.debian.org/reproducible-builds/strip-nondeterminism'
 arch=('any')


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 22:49:25
  Author: anthraxx
Revision: 341565

upgpkg: strip-nondeterminism 0.041-2 (source rebuild)

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 21:54:15 UTC (rev 341564)
+++ PKGBUILD2018-06-06 22:49:25 UTC (rev 341565)
@@ -3,15 +3,15 @@
 pkgname=strip-nondeterminism
 _gitcommit=44531930caaebfbb56700a117c5de28c9d55f17e
 pkgver=0.041
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
-url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
+url='https://salsa.debian.org/reproducible-builds/strip-nondeterminism'
 arch=('any')
 license=('GPL3')
 depends=("perl" 'perl-archive-zip' 'perl-archive-cpio')
 makedepends=('git')
 options=('!emptydirs')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#commit=${_gitcommit};)
+source=(${pkgname}::"git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git#commit=${_gitcommit};)
 sha512sums=('SKIP')
 validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

   'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

@@ -25,7 +25,6 @@
 
 prepare() {
   cd ${pkgname}
-  git tag --verify ${pkgver}
   sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
 }
 


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2018-04-18 Thread Levente Polyak via arch-commits
Date: Wednesday, April 18, 2018 @ 23:16:32
  Author: anthraxx
Revision: 316946

upgpkg: strip-nondeterminism 0.041-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-18 23:08:38 UTC (rev 316945)
+++ PKGBUILD2018-04-18 23:16:32 UTC (rev 316946)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-_gitcommit=3bff3ec0e4393863ceeacc19093fdec23522e1b4
-pkgver=0.040
+_gitcommit=44531930caaebfbb56700a117c5de28c9d55f17e
+pkgver=0.041
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:44:51
  Author: anthraxx
Revision: 265473

upgpkg: strip-nondeterminism 0.040-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:40:33 UTC (rev 265472)
+++ PKGBUILD2017-11-05 21:44:51 UTC (rev 265473)
@@ -1,9 +1,9 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-_gitcommit=c029482e1bd34aff15371bb2a2ee7b9dc207afe2
-pkgver=0.038
-pkgrel=2
+_gitcommit=3bff3ec0e4393863ceeacc19093fdec23522e1b4
+pkgver=0.040
+pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
 arch=('any')


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2017-08-26 Thread Felix Yan
Date: Saturday, August 26, 2017 @ 17:43:06
  Author: felixonmars
Revision: 254222

Perl versioned binary modules rebuild

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 17:42:55 UTC (rev 254221)
+++ PKGBUILD2017-08-26 17:43:06 UTC (rev 254222)
@@ -3,7 +3,7 @@
 pkgname=strip-nondeterminism
 _gitcommit=c029482e1bd34aff15371bb2a2ee7b9dc207afe2
 pkgver=0.038
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
 arch=('any')


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2017-08-04 Thread Levente Polyak
Date: Friday, August 4, 2017 @ 11:31:00
  Author: anthraxx
Revision: 248295

upgpkg: strip-nondeterminism 0.038-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 11:30:36 UTC (rev 248294)
+++ PKGBUILD2017-08-04 11:31:00 UTC (rev 248295)
@@ -1,16 +1,17 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.034
-pkgrel=2
+_gitcommit=c029482e1bd34aff15371bb2a2ee7b9dc207afe2
+pkgver=0.038
+pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
 arch=('any')
 license=('GPL3')
-depends=("perl" 'perl-archive-zip')
+depends=("perl" 'perl-archive-zip' 'perl-archive-cpio')
 makedepends=('git')
 options=('!emptydirs')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
+source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#commit=${_gitcommit};)
 sha512sums=('SKIP')
 validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

   'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

@@ -17,6 +18,11 @@
   '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

   '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

 
+pkgver() {
+  cd ${pkgname}
+  git describe --always | sed 's/^v//;s/-/./g'
+}
+
 prepare() {
   cd ${pkgname}
   git tag --verify ${pkgver}
@@ -36,7 +42,7 @@
 package() {
   cd ${pkgname}
   make DESTDIR="${pkgdir}" install
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2017-06-01 Thread Evangelos Foutras
Date: Friday, June 2, 2017 @ 05:06:15
  Author: foutrelis
Revision: 232795

Perl 5.26 rebuild

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-02 05:02:36 UTC (rev 232794)
+++ PKGBUILD2017-06-02 05:06:15 UTC (rev 232795)
@@ -2,7 +2,7 @@
 
 pkgname=strip-nondeterminism
 pkgver=0.034
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
 arch=('any')


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2017-05-30 Thread Levente Polyak
Date: Tuesday, May 30, 2017 @ 12:17:16
  Author: anthraxx
Revision: 231233

upgpkg: strip-nondeterminism 0.034-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 12:14:50 UTC (rev 231232)
+++ PKGBUILD2017-05-30 12:17:16 UTC (rev 231233)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.032
+pkgver=0.034
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2017-03-30 Thread Levente Polyak
Date: Thursday, March 30, 2017 @ 18:54:01
  Author: anthraxx
Revision: 220114

upgpkg: strip-nondeterminism 0.032-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 17:40:28 UTC (rev 220113)
+++ PKGBUILD2017-03-30 18:54:01 UTC (rev 220114)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.031
+pkgver=0.032
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2017-02-16 Thread Levente Polyak
Date: Thursday, February 16, 2017 @ 21:55:50
  Author: anthraxx
Revision: 212643

upgpkg: strip-nondeterminism 0.031-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 21:41:11 UTC (rev 212642)
+++ PKGBUILD2017-02-16 21:55:50 UTC (rev 212643)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.029
+pkgver=0.031
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 23:44:09
  Author: anthraxx
Revision: 201300

upgpkg: strip-nondeterminism 0.029-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 23:33:35 UTC (rev 201299)
+++ PKGBUILD2016-12-23 23:44:09 UTC (rev 201300)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.028
+pkgver=0.029
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2016-09-29 Thread Levente Polyak
Date: Thursday, September 29, 2016 @ 13:22:25
  Author: anthraxx
Revision: 190878

upgpkg: strip-nondeterminism 0.028-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-29 13:19:08 UTC (rev 190877)
+++ PKGBUILD2016-09-29 13:22:25 UTC (rev 190878)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.023
+pkgver=0.028
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 19:52:32
  Author: anthraxx
Revision: 187426

upgpkg: strip-nondeterminism 0.023-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 19:15:18 UTC (rev 187425)
+++ PKGBUILD2016-08-23 19:52:32 UTC (rev 187426)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.022
+pkgver=0.023
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2016-08-17 Thread Levente Polyak
Date: Wednesday, August 17, 2016 @ 22:27:08
  Author: anthraxx
Revision: 186919

upgpkg: strip-nondeterminism 0.022-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |4 
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-17 22:26:09 UTC (rev 186918)
+++ PKGBUILD2016-08-17 22:27:08 UTC (rev 186919)
@@ -29,6 +29,10 @@
   make
 }
 
+check() {
+  make -C ${pkgname} test
+}
+
 package() {
   cd ${pkgname}
   make DESTDIR="${pkgdir}" install


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2016-07-31 Thread Levente Polyak
Date: Sunday, July 31, 2016 @ 15:03:16
  Author: anthraxx
Revision: 184721

upgpkg: strip-nondeterminism 0.022-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-31 14:12:29 UTC (rev 184720)
+++ PKGBUILD2016-07-31 15:03:16 UTC (rev 184721)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.019
+pkgver=0.022
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2016-06-12 Thread Levente Polyak
Date: Sunday, June 12, 2016 @ 15:33:04
  Author: anthraxx
Revision: 179714

upgpkg: strip-nondeterminism 0.019-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-12 13:12:44 UTC (rev 179713)
+++ PKGBUILD2016-06-12 13:33:04 UTC (rev 179714)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.018
+pkgver=0.019
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2016-05-30 Thread Levente Polyak
Date: Tuesday, May 31, 2016 @ 02:27:06
  Author: anthraxx
Revision: 177488

upgpkg: strip-nondeterminism 0.018-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 00:14:29 UTC (rev 177487)
+++ PKGBUILD2016-05-31 00:27:06 UTC (rev 177488)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.016
+pkgver=0.018
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
@@ -14,7 +14,8 @@
 sha512sums=('SKIP')
 validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

   'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

-  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F') # Reiner Herrmann 

+  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

+  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

 
 prepare() {
   cd ${pkgname}


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2016-03-04 Thread Levente Polyak
Date: Friday, March 4, 2016 @ 17:39:32
  Author: anthraxx
Revision: 164822

upgpkg: strip-nondeterminism 0.016-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 16:37:31 UTC (rev 164821)
+++ PKGBUILD2016-03-04 16:39:32 UTC (rev 164822)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.015
+pkgver=0.016
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
@@ -13,7 +13,8 @@
 
source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
 sha512sums=('SKIP')
 validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

-  'EF5D84C1838F2EB6D8968C0410378EFC2080080C') # Andrew Ayer 

+  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

+  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F') # Reiner Herrmann 

 
 prepare() {
   cd ${pkgname}


[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)

2016-01-27 Thread Levente Polyak
Date: Thursday, January 28, 2016 @ 02:58:38
  Author: anthraxx
Revision: 159286

upgpkg: strip-nondeterminism 0.015-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 01:19:49 UTC (rev 159285)
+++ PKGBUILD2016-01-28 01:58:38 UTC (rev 159286)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.014
+pkgver=0.015
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'