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

Alexander Rødseth arodseth at archlinux.org
Fri Nov 29 09:34:32 UTC 2019


    Date: Friday, November 29, 2019 @ 09:34:32
  Author: arodseth
Revision: 534325

upgpkg: moosefs 3.0.107-1

Modified:
  moosefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-29 09:11:48 UTC (rev 534324)
+++ PKGBUILD	2019-11-29 09:34:32 UTC (rev 534325)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=moosefs
-pkgver=3.0.105
+pkgver=3.0.107
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='https://moosefs.com/'
@@ -9,15 +9,14 @@
 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"
+source=("https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz"
         'moosefs.sysusers')
-sha256sums=('SKIP'
+sha256sums=('192dca0c04f61334846e00c1193952bb0f69f3960f223a8d55016b74d72cfdb6'
             'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
 
 build() {
-  cd moosefs
+  cd "$pkgname-$pkgver"
   ./configure \
     --prefix=/usr \
     --mandir=/usr/share/man \
@@ -30,7 +29,7 @@
 }
 
 package() {
-  make DESTDIR="$pkgdir" -C moosefs 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.



More information about the arch-commits mailing list