summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuang Luong2018-12-21 16:39:38 +0800
committerQuang Luong2018-12-21 16:39:38 +0800
commit01a7a9ef1a6f347c28d35ff128b05328fc231c12 (patch)
tree7785025f139cd33f1531185d3833a7d53147e417
parent2c68f955895f7db108f47f6ad46ec0164174efe4 (diff)
downloadaur-seastar-git.tar.gz
minor
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4999de1aaea3..99c003acb00e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,9 @@ pkgbase = seastar-git
pkgrel = 1
url = https://github.com/scylladb/seastar
arch = x86_64
- license = Apache-2
+ license = Apache
makedepends = git
makedepends = cmake
- makedepends = gcc
makedepends = ragel
depends = hwloc
depends = boost
diff --git a/PKGBUILD b/PKGBUILD
index 2c249a1c963a..5ce33a57d5fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgver=r4026.e67572ef
pkgrel=1
arch=('x86_64')
url='https://github.com/scylladb/seastar'
-license=('Apache-2')
+license=('Apache')
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')
+makedepends=('git' 'cmake' 'ragel')
source=("git+https://github.com/scylladb/seastar#branch=master")
sha256sums=('SKIP')