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

Alexander Rødseth arodseth at archlinux.org
Wed Jun 5 17:14:05 UTC 2019


    Date: Wednesday, June 5, 2019 @ 17:14:04
  Author: arodseth
Revision: 477218

upgpkg: moosefs 3.0.105-1

Modified:
  moosefs/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-05 16:57:17 UTC (rev 477217)
+++ PKGBUILD	2019-06-05 17:14:04 UTC (rev 477218)
@@ -1,16 +1,16 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=moosefs
-pkgver=3.0.104
+pkgver=3.0.105
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='https://moosefs.com/'
-replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-arch=('x86_64')
-license=('GPL2')
-makedepends=('git')
-depends=('fuse2' 'libpcap' 'python2' 'xfsprogs')
+replaces=(mfs-master mfs-chunkserver mfs-client)
+conflicts=(mfs-master mfs-chunkserver mfs-client)
+arch=(x86_64)
+license=(GPL2)
+makedepends=(git)
+depends=(fuse2 libpcap python2 xfsprogs)
 source=("git+https://github.com/moosefs/moosefs#tag=v$pkgver"
         'moosefs.sysusers')
 sha256sums=('SKIP'
@@ -18,7 +18,6 @@
 
 build() {
   cd moosefs
-
   ./configure \
     --prefix=/usr \
     --mandir=/usr/share/man \



More information about the arch-commits mailing list