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

Santiago Torres-Arias sangy at archlinux.org
Mon Apr 20 22:27:30 UTC 2020


    Date: Monday, April 20, 2020 @ 22:27:28
  Author: sangy
Revision: 617098

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   65 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 36 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-20 22:26:38 UTC (rev 617097)
+++ PKGBUILD	2020-04-20 22:27:28 UTC (rev 617098)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
-
-pkgname=disorderfs
-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' 'gcc-libs')
-makedepends=('asciidoc' 'git')
-source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-${pkgver}.tar.bz2{,.asc})
-sha512sums=('342f21bbe9983a22c48c84ed8f883866462662171829b9eecadfa5fc3d376c6474e4f255a7ff2b9d9004af0677e5e0fc9174771e8e0bc464216824311ea3d1d9'
-            'SKIP')
-# Holger Levsen, Chris Lamb
-validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C' 'C2FE4BD271C139B86C533E461E953E27D4311E58')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" PREFIX=/usr install
-}

Copied: disorderfs/repos/community-x86_64/PKGBUILD (from rev 617097, disorderfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-20 22:27:28 UTC (rev 617098)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
+
+pkgname=disorderfs
+pkgver=0.5.9
+pkgrel=1
+pkgdesc="FUSE filesystem that introduces non-determinism"
+arch=('x86_64')
+url="https://reproducible-builds.org/"
+license=('GPL3')
+depends=('fuse' 'gcc-libs')
+makedepends=('asciidoc' 'git')
+source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-${pkgver}.tar.gz{,.asc})
+sha512sums=('3254fa8838411b6f882327217af7421c8ebbf515fa3d4885aa2aa92126ad26bf5afbdea09e5a9e9547c3c2974a9a1489892cea8cf43444e167855fb58f0013a7'
+            'SKIP')
+# Holger Levsen, Chris Lamb
+validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C' 'C2FE4BD271C139B86C533E461E953E27D4311E58')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+# make sure to run with /dev/fuse mounted.
+# in extra-*-build this will be with "-- -d /dev/fuse"
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+}



More information about the arch-commits mailing list