mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/ceph to 12.2.2-4
This commit is contained in:
parent
a4285d0cd6
commit
c3b7d94fc9
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue