summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burrett2017-08-19 09:52:34 +0100
committerNick Burrett2017-08-19 09:52:34 +0100
commit45ea9784bbf367b532a6039509e3af480522fee4 (patch)
tree6090c50150b4b614e1ce72bda90fa1f1410f083d
parent504160a9b7ee754ea9f4283107fdf9ec37753f56 (diff)
downloadaur-45ea9784bbf367b532a6039509e3af480522fee4.tar.gz
- v3.11.3
- fix conflicts
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac714ba9e82c..ac71f45ae4b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 10 20:01:21 UTC 2017
+# Sat Aug 19 08:51:51 UTC 2017
pkgbase = lizardfs
pkgdesc = LizardFS is a highly reliable, scalable and efficient distributed file system. It spreads data over a number of physical servers, making it visible to an end user as a single file system.
- pkgver = 3.11.2
+ pkgver = 3.11.3
pkgrel = 1
url = http://lizardfs.com
install = lizardfs.install
@@ -16,9 +16,13 @@ pkgbase = lizardfs
depends = python2
depends = bash
depends = cmake
- source = http://github.com/lizardfs/lizardfs/archive/v3.11.2.tar.gz
+ conflicts = moosefs
+ conflicts = mfs-master
+ conflicts = mfs-chunkserver
+ conflicts = mfs-client
+ source = http://github.com/lizardfs/lizardfs/archive/v3.11.3.tar.gz
source = cmath.patch
- sha256sums = e3a8414f3daab948d40bcd356b54e145b4ea88667189ef7828e7d39785136bf4
+ sha256sums = 50991b76989aa1c139355769be6ba6ff9ec51b8403c99a3bc5f34710c1fd61ed
sha256sums = fd9e8e3e0bfbb3d1befb3a6136d9257dcebb60cd49012051773e35b355ce0d5c
pkgname = lizardfs
diff --git a/PKGBUILD b/PKGBUILD
index 54f29cf24b85..bd140293bd5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Nick Burrett <nick@sqrt.co.uk>
# lizardfs is a fork of moosefs and as such is a replacement for it.
pkgname=lizardfs
-pkgver=3.11.2
+pkgver=3.11.3
pkgrel=1
pkgdesc='LizardFS is a highly reliable, scalable and efficient distributed file system. It spreads data over a number of physical servers, making it visible to an end user as a single file system.'
url='http://lizardfs.com'
-conflics=('moosefs' 'mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('moosefs' 'mfs-master' 'mfs-chunkserver' 'mfs-client')
arch=('x86_64' 'i686')
license=('GPL3')
depends=('asciidoc' 'boost' 'zlib' 'fuse' 'python2' 'bash' 'cmake')
install="$pkgname.install"
source=("http://github.com/lizardfs/lizardfs/archive/v${pkgver}.tar.gz"
"cmath.patch")
-sha256sums=('e3a8414f3daab948d40bcd356b54e145b4ea88667189ef7828e7d39785136bf4'
+sha256sums=('50991b76989aa1c139355769be6ba6ff9ec51b8403c99a3bc5f34710c1fd61ed'
'fd9e8e3e0bfbb3d1befb3a6136d9257dcebb60cd49012051773e35b355ce0d5c')
prepare() {