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

Jelle van der Waa jelle at archlinux.org
Fri Sep 28 10:24:40 UTC 2018


    Date: Friday, September 28, 2018 @ 10:24:37
  Author: jelle
Revision: 387156

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 10:24:17 UTC (rev 387155)
+++ PKGBUILD	2018-09-28 10:24:37 UTC (rev 387156)
@@ -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.2
-pkgrel=2
-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://anonscm.debian.org/git/reproducible/disorderfs.git#commit=67434205f890f249476bc621a5900b8798d5cedc")
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir/" PREFIX=/usr install
-}

Copied: disorderfs/repos/community-x86_64/PKGBUILD (from rev 387155, disorderfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-28 10:24:37 UTC (rev 387156)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
+
+pkgname=disorderfs
+pkgver=0.5.4
+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=ee367870b9c9eee3c70ec6956e6fb6f2cb0cba01")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+}



More information about the arch-commits mailing list