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

Alexander Rødseth arodseth at archlinux.org
Thu May 7 09:08:49 UTC 2020


    Date: Thursday, May 7, 2020 @ 09:08:48
  Author: arodseth
Revision: 625320

upgpkg: moosefs 3.0.112-1

Modified:
  moosefs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 08:54:55 UTC (rev 625319)
+++ PKGBUILD	2020-05-07 09:08:48 UTC (rev 625320)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=moosefs
-pkgver=3.0.111
+pkgver=3.0.112
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='https://moosefs.com/'
@@ -12,7 +12,7 @@
 depends=(fuse2 libpcap python xfsprogs)
 source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz"
         moosefs.sysusers)
-sha256sums=('dba7a17356403323bb365ea0230c3cecaaf8332b7b4b5f143d56b2ec3ca23e89'
+sha256sums=('346c83a0cdbd9a46a2e3610e3e76c2bb19356711a95d4c57f82c47beb5808323'
             'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
 
 build() {
@@ -32,7 +32,7 @@
   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:
+  # /usr/bin just the same, but this silences a warning
   mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
   mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
   rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"



More information about the arch-commits mailing list