[arch-commits] Commit in moosefs/trunk (PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Aug 12 12:30:06 UTC 2021


    Date: Thursday, August 12, 2021 @ 12:30:05
  Author: arodseth
Revision: 997525

upgpkg: moosefs 3.0.116-1

Modified:
  moosefs/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-12 12:24:45 UTC (rev 997524)
+++ PKGBUILD	2021-08-12 12:30:05 UTC (rev 997525)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=moosefs
-pkgver=3.0.115
+pkgver=3.0.116
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='https://moosefs.com/'
@@ -12,11 +12,11 @@
 depends=(fuse2 libpcap python xfsprogs)
 source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz"
         moosefs.sysusers)
-sha256sums=('95dbf1f8ce35eb3f72837e822a2d464d7f8092724d0148861d3fb7729d965a21'
-            'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
+b2sums=('0740c53cfa8ebe59b32ca5edb792c67b0ac382a23da8ffae58b04591a762e35b4e3a8048f476afaedfc8ba58e1abae158eb34c2f2e2e2acb2fca76a1ce754341'
+        '1d725b36f8c5d7ca458cc64166ebf8d1c477c32c51c652e8f521b37eeed942ca2f3ca098de2c1a65d524257308fc8758071bd129624c2d82022f38bda3823a5e')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure \
     --localstatedir=/var/lib \
     --mandir=/usr/share/man \
@@ -29,7 +29,7 @@
 }
 
 package() {
-  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
+  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
 
   # Move mount.moosefs from sbin to usr/bin. They end up in
   # /usr/bin just the same, but this silences a warning
@@ -39,5 +39,3 @@
 
   install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
 }
-
-# getver: moosefs.com/download/sources.html



More information about the arch-commits mailing list