[arch-commits] Commit in disorderfs/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Tue Mar 10 18:55:45 UTC 2020
Date: Tuesday, March 10, 2020 @ 18:55:45
Author: jelle
Revision: 593867
upgpkg: disorderfs 0.5.7-1
Upstream update, add lamby's GPG key.
Modified:
disorderfs/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-10 18:51:36 UTC (rev 593866)
+++ PKGBUILD 2020-03-10 18:55:45 UTC (rev 593867)
@@ -2,18 +2,19 @@
# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
pkgname=disorderfs
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
pkgdesc="FUSE filesystem that introduces non-determinism"
arch=('x86_64')
url="https://reproducible-builds.org/"
license=('GPL3')
-depends=('fuse')
+depends=('fuse' 'gcc-libs')
makedepends=('asciidoc' 'git')
-source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-0.5.6.tar.bz2{,.asc})
-sha512sums=('6909dec184bca1d37577730b66a1ad42a877527e61052b35587616a803dda5e948596cdb255826ffb5c3d88d18c59b1aa0e6acfee9219de0b8ab0ae1cc96f959'
+source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-${pkgver}.tar.bz2{,.asc})
+sha512sums=('342f21bbe9983a22c48c84ed8f883866462662171829b9eecadfa5fc3d376c6474e4f255a7ff2b9d9004af0677e5e0fc9174771e8e0bc464216824311ea3d1d9'
'SKIP')
-validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C')
+# Holger Levsen, Chris Lamb
+validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C' 'C2FE4BD271C139B86C533E461E953E27D4311E58')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list