summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamin W. Collins2017-07-16 16:45:26 -0700
committerJamin W. Collins2017-07-16 16:46:58 -0700
commita4b906b58944af08bbf3de1a9d0b3efacbdecde6 (patch)
tree2ffd6dc511b1730273389fd2bcff1ca246244dd9
parent59bf934bb65c2a556afa0a9eb228708fc37a556d (diff)
downloadaur-a4b906b58944af08bbf3de1a9d0b3efacbdecde6.tar.gz
updating package build for current upstream
Signed-off-by: Jamin W. Collins <jcollins@asgardsrealm.net>
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 20 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8955dc4cce4..fbc2b54cf915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ceph-git
pkgdesc = Distributed, fault-tolerant storage platform delivering object, block, and file system
- pkgver = 12.0.0.140.g2ed28407e7
+ pkgver = 12.1.0.1018.g171104cb93
pkgrel = 1
epoch = 1
url = http://ceph.com/
@@ -11,6 +11,8 @@ pkgbase = ceph-git
makedepends = git
makedepends = boost
makedepends = boost-libs
+ makedepends = babeltrace
+ makedepends = gperf
makedepends = yasm
makedepends = cmake
makedepends = python-sphinx
@@ -23,6 +25,7 @@ pkgbase = ceph-git
depends = crypto++
depends = gperftools>=1.8.3-2
depends = python2
+ depends = python2-prettytable
depends = fuse
depends = keyutils
depends = libatomic_ops
@@ -52,6 +55,9 @@ pkgbase = ceph-git
source = git+https://github.com/boostorg/boost.git
source = git+https://github.com/ceph/dpdk
source = git+https://github.com/facebook/zstd
+ source = git+https://github.com/01org/isa-l_crypto
+ source = git+https://github.com/ceph/blkin
+ source = git+https://github.com/ceph/rapidjson
source = ceph-osd@.service
source = ceph-mon@.service
source = ceph-mds@.service
@@ -72,6 +78,9 @@ pkgbase = ceph-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = 29483c0f6718e8830cf52c0d31e391fb52dc1b460bcb65cf9c72dfab83e5b5ce
sha256sums = a50811ce62fd6cdcc17d8f1e4d9700c1889ab4bfc5e9a22155bd725a27715e3c
sha256sums = b8239a04cc42e3e4ced2e141df6804e61e875131a5c95d6bcbfc3b44f388d44b
diff --git a/PKGBUILD b/PKGBUILD
index 37826d33e622..88e51019cf1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
#
pkgname=ceph-git
-pkgver=12.0.0.140.g2ed28407e7
+pkgver=12.1.0.1018.g171104cb93
pkgrel=1
epoch=1
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
@@ -29,6 +29,7 @@ depends=('libedit'
'crypto++'
'gperftools>=1.8.3-2'
'python2'
+ 'python2-prettytable'
'fuse'
'keyutils'
'libatomic_ops'
@@ -42,6 +43,8 @@ depends=('libedit'
makedepends=('git'
'boost'
'boost-libs'
+ 'babeltrace'
+ 'gperf'
'yasm'
'cmake'
'python-sphinx'
@@ -67,6 +70,9 @@ source=("git+https://github.com/ceph/ceph.git"
"git+https://github.com/boostorg/boost.git"
"git+https://github.com/ceph/dpdk"
"git+https://github.com/facebook/zstd"
+ "git+https://github.com/01org/isa-l_crypto"
+ "git+https://github.com/ceph/blkin"
+ "git+https://github.com/ceph/rapidjson"
"ceph-osd@.service"
"ceph-mon@.service"
"ceph-mds@.service"
@@ -87,6 +93,9 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
'29483c0f6718e8830cf52c0d31e391fb52dc1b460bcb65cf9c72dfab83e5b5ce'
'a50811ce62fd6cdcc17d8f1e4d9700c1889ab4bfc5e9a22155bd725a27715e3c'
'b8239a04cc42e3e4ced2e141df6804e61e875131a5c95d6bcbfc3b44f388d44b'