community/ceph to 12.2.2-4

This commit is contained in:
Kevin Mihelich 2018-01-15 16:35:15 +00:00
parent a4285d0cd6
commit c3b7d94fc9

View file

@ -10,7 +10,7 @@ highmem=1
pkgbase='ceph'
pkgname=('ceph' 'ceph-libs')
pkgver=12.2.2
pkgrel=3
pkgrel=4
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
arch=('x86_64')
url='https://ceph.com/'
@ -152,8 +152,9 @@ package_ceph() {
depends=('ceph-libs' 'boost-libs' 'curl' 'fuse2' 'glibc' 'gperftools'
'keyutils' 'leveldb' 'libaio' 'libsystemd' 'libutil-linux'
'lsb-release' 'ncurses' 'nss' 'python2' 'python2-cherrypy'
'python2-jinja' 'python2-pecan' 'python2-prettytable' 'python2-pyopenssl'
'python2-setuptools' 'python2-werkzeug' 'snappy' 'xfsprogs')
'python2-jinja' 'python2-mako' 'python2-pecan' 'python2-prettytable'
'python2-pyopenssl' 'python2-setuptools' 'python2-singledispatch'
'python2-webob' 'python2-werkzeug' 'snappy' 'xfsprogs')
cd "${srcdir}/${pkgbase}-${pkgver}/build"