[arch-commits] Commit in disorderfs/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon Dec 9 22:13:49 UTC 2019
Date: Monday, December 9, 2019 @ 22:13:49
Author: jelle
Revision: 536448
upgpkg: disorderfs 0.5.6-1
Upstream update, switch to signatures
Modified:
disorderfs/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-09 21:36:19 UTC (rev 536447)
+++ PKGBUILD 2019-12-09 22:13:49 UTC (rev 536448)
@@ -2,7 +2,7 @@
# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
pkgname=disorderfs
-pkgver=0.5.5
+pkgver=0.5.6
pkgrel=1
pkgdesc="FUSE filesystem that introduces non-determinism"
arch=('x86_64')
@@ -10,17 +10,19 @@
license=('GPL3')
depends=('fuse')
makedepends=('asciidoc' 'git')
-source=("git+https://salsa.debian.org/reproducible-builds/disorderfs.git#commit=984eac8879049d84896895e044ddc5e6c3948061")
-sha512sums=('SKIP')
+source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-0.5.6.tar.bz2{,.asc})
+sha512sums=('6909dec184bca1d37577730b66a1ad42a877527e61052b35587616a803dda5e948596cdb255826ffb5c3d88d18c59b1aa0e6acfee9219de0b8ab0ae1cc96f959'
+ 'SKIP')
+validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C')
build() {
- cd $pkgname
+ cd $pkgname-$pkgver
make
}
package() {
- cd $pkgname
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir/" PREFIX=/usr install
}
More information about the arch-commits
mailing list