summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')