Date: Wednesday, December 12, 2018 @ 15:48:24
  Author: jelle
Revision: 415624

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-12-12 15:48:13 UTC (rev 415623)
+++ PKGBUILD    2018-12-12 15:48:24 UTC (rev 415624)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-# Contributor: Mike Swanson <[email protected]>
-
-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
-}

Copied: disorderfs/repos/community-x86_64/PKGBUILD (from rev 415623, 
disorderfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-12-12 15:48:24 UTC (rev 415624)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+# Contributor: Mike Swanson <[email protected]>
+
+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
+}

Reply via email to