change base repo now that google fixed compile flags

This commit is contained in:
Vincent Kobel 2018-05-05 11:13:02 +02:00
parent b8e7114be9
commit 712dc84b0a
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gvisor-git pkgbase = gvisor-git
pkgdesc = User-space kernel, sandboxed container runtime pkgdesc = User-space kernel, sandboxed container runtime
pkgver = 37.af724ec pkgver = 42.b5a0667
pkgrel = 2 pkgrel = 2
url = https://github.com/google/gvisor url = https://github.com/google/gvisor
arch = x86_64 arch = x86_64
@ -8,7 +8,7 @@ pkgbase = gvisor-git
makedepends = bazel makedepends = bazel
makedepends = python makedepends = python
provides = runsc provides = runsc
source = git+https://github.com/vkobel/gvisor source = git+https://github.com/google/gvisor
sha256sums = SKIP sha256sums = SKIP
pkgname = gvisor-git pkgname = gvisor-git

View file

@ -2,14 +2,14 @@
_pkgname='gvisor' _pkgname='gvisor'
pkgname="${_pkgname}-git" pkgname="${_pkgname}-git"
pkgver=37.af724ec pkgver=42.b5a0667
pkgrel=2 pkgrel=2
pkgdesc="User-space kernel, sandboxed container runtime" pkgdesc="User-space kernel, sandboxed container runtime"
arch=('x86_64') arch=('x86_64')
url='https://github.com/google/gvisor' url='https://github.com/google/gvisor'
license=('Apache-2.0') license=('Apache-2.0')
sha256sums=('SKIP') sha256sums=('SKIP')
source=("git+https://github.com/vkobel/${_pkgname}") source=("git+https://github.com/google/${_pkgname}")
provides=('runsc') provides=('runsc')
makedepends=('bazel' 'python') makedepends=('bazel' 'python')