summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burrett2018-01-27 09:53:15 +0000
committerNick Burrett2018-01-27 09:53:15 +0000
commita22e51e9f8beb539bf7bcb500e91e9553209e53e (patch)
treef06fc7260571761f2f655985d0872e77a49799aa
parent8a7cc30409f9c13ed6c029df7cefee1fd2465d82 (diff)
downloadaur-a22e51e9f8beb539bf7bcb500e91e9553209e53e.tar.gz
Add required unzip dependency for unpacking spdlog
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcb8dab60103..86bc8411d441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 5 08:10:39 UTC 2018
+# Sat Jan 27 09:52:55 UTC 2018
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.12.0
- pkgrel = 1
+ pkgrel = 2
url = http://lizardfs.com
install = lizardfs.install
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = lizardfs
depends = python2
depends = bash
depends = cmake
+ depends = unzip
conflicts = moosefs
conflicts = mfs-master
conflicts = mfs-chunkserver
diff --git a/PKGBUILD b/PKGBUILD
index aa36cbe91336..5a3e8c52e071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# lizardfs is a fork of moosefs and as such is a replacement for it.
pkgname=lizardfs
pkgver=3.12.0
-pkgrel=1
+pkgrel=2
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'
conflicts=('moosefs' 'mfs-master' 'mfs-chunkserver' 'mfs-client')
arch=('x86_64' 'i686')
license=('GPL3')
-depends=('asciidoc' 'boost' 'zlib' 'fuse' 'python2' 'bash' 'cmake')
+depends=('asciidoc' 'boost' 'zlib' 'fuse' 'python2' 'bash' 'cmake' 'unzip')
install="$pkgname.install"
source=("http://github.com/lizardfs/lizardfs/archive/v${pkgver}.tar.gz"
"cmath.patch")