add git to makedepends

This commit is contained in:
Vincent Kobel 2018-05-12 09:44:15 +02:00
parent 448b6b00a7
commit db68a80477
2 changed files with 4 additions and 3 deletions

View file

@ -1,10 +1,11 @@
pkgbase = gvisor-git
pkgdesc = User-space kernel, sandboxed container runtime
pkgver = r74.c8bca2f
pkgver = r80.275a7b6
pkgrel = 1
url = https://github.com/google/gvisor
arch = x86_64
license = Apache-2.0
makedepends = git
makedepends = bazel
makedepends = python
provides = runsc

View file

@ -2,7 +2,7 @@
_pkgname='gvisor'
pkgname="${_pkgname}-git"
pkgver=r74.c8bca2f
pkgver=r80.275a7b6
pkgrel=1
pkgdesc="User-space kernel, sandboxed container runtime"
arch=('x86_64')
@ -11,7 +11,7 @@ license=('Apache-2.0')
sha256sums=('SKIP')
source=("git+https://github.com/google/${_pkgname}")
provides=('runsc')
makedepends=('bazel' 'python')
makedepends=('git' 'bazel' 'python')
pkgver() {
cd "${_pkgname}"