updated source

This commit is contained in:
Vincent Kobel 2018-05-03 17:07:25 +02:00
parent 3f42b71f8f
commit daf5b73001
2 changed files with 2 additions and 2 deletions

View file

@ -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.git source = git+https://github.com/vkobel/gvisor
sha256sums = SKIP sha256sums = SKIP
pkgname = gvisor-git pkgname = gvisor-git

View file

@ -9,7 +9,7 @@ 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/gvisor.git) source=("git+https://github.com/vkobel/${_pkgname}")
provides=('runsc') provides=('runsc')
makedepends=('bazel' 'python') makedepends=('bazel' 'python')