add git to makedepends
This commit is contained in:
parent
448b6b00a7
commit
db68a80477
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -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
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue