summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuang Luong2018-12-21 16:09:25 +0800
committerQuang Luong2018-12-21 16:09:25 +0800
commit2c68f955895f7db108f47f6ad46ec0164174efe4 (patch)
tree47fc793e35ff54700f3b52e1307e5e0a45b5b757
parentb8ebd07a4a8733701bb974ea6e88397c7499f355 (diff)
downloadaur-2c68f955895f7db108f47f6ad46ec0164174efe4.tar.gz
add fmt-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c2da5cba48a..4999de1aaea3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,6 +24,7 @@ pkgbase = seastar-git
depends = systemtap
depends = libtool
depends = yaml-cpp
+ depends = fmt-git
source = git+https://github.com/scylladb/seastar#branch=master
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 80e67468bed3..2c249a1c963a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
arch=('x86_64')
url='https://github.com/scylladb/seastar'
license=('Apache-2')
-depends=('hwloc' 'boost' 'boost-libs' 'hwloc' 'numactl' 'libpciaccess' 'crypto++' 'libxml2' 'xfsprogs' 'gnutls' 'lksctp-tools' 'lz4' 'systemtap' 'libtool' 'yaml-cpp')
+depends=('hwloc' 'boost' 'boost-libs' 'hwloc' 'numactl' 'libpciaccess' 'crypto++' 'libxml2' 'xfsprogs' 'gnutls' 'lksctp-tools' 'lz4' 'systemtap' 'libtool' 'yaml-cpp' 'fmt-git')
makedepends=('git' 'cmake' 'gcc' 'ragel')
source=("git+https://github.com/scylladb/seastar#branch=master")
sha256sums=('SKIP')