[arch-commits] Commit in disorderfs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Dec 9 22:14:01 UTC 2019


    Date: Monday, December 9, 2019 @ 22:14:01
  Author: jelle
Revision: 536449

archrelease: copy trunk to community-x86_64

Added:
  disorderfs/repos/community-x86_64/PKGBUILD
    (from rev 536448, disorderfs/trunk/PKGBUILD)
Deleted:
  disorderfs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 28 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-09 22:13:49 UTC (rev 536448)
+++ PKGBUILD	2019-12-09 22:14:01 UTC (rev 536449)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
-
-pkgname=disorderfs
-pkgver=0.5.5
-pkgrel=1
-pkgdesc="FUSE filesystem that introduces non-determinism"
-arch=('x86_64')
-url="https://reproducible-builds.org/"
-license=('GPL3')
-depends=('fuse')
-makedepends=('asciidoc' 'git')
-source=("git+https://salsa.debian.org/reproducible-builds/disorderfs.git#commit=984eac8879049d84896895e044ddc5e6c3948061")
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir/" PREFIX=/usr install
-}

Copied: disorderfs/repos/community-x86_64/PKGBUILD (from rev 536448, disorderfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-09 22:14:01 UTC (rev 536449)
@@ -0,0 +1,28 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
+
+pkgname=disorderfs
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="FUSE filesystem that introduces non-determinism"
+arch=('x86_64')
+url="https://reproducible-builds.org/"
+license=('GPL3')
+depends=('fuse')
+makedepends=('asciidoc' 'git')
+source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-0.5.6.tar.bz2{,.asc})
+sha512sums=('6909dec184bca1d37577730b66a1ad42a877527e61052b35587616a803dda5e948596cdb255826ffb5c3d88d18c59b1aa0e6acfee9219de0b8ab0ae1cc96f959'
+            'SKIP')
+validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+}



More information about the arch-commits mailing list