summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Kobel2018-05-05 11:13:02 +0200
committerVincent Kobel2018-05-05 11:13:02 +0200
commit712dc84b0a2f5f7b1a6804793ebadfcfefbe2dfe (patch)
tree89adfb699a509cb8b637abb7cb91d27d409bdc25
parentb8e7114be9eecc0d559e3e9d8ed7e9b14aa9a6a7 (diff)
downloadaur-712dc84b0a2f5f7b1a6804793ebadfcfefbe2dfe.tar.gz
change base repo now that google fixed compile flags
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ab10d2e11a7..bdce9efb559e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gvisor-git
pkgdesc = User-space kernel, sandboxed container runtime
- pkgver = 37.af724ec
+ pkgver = 42.b5a0667
pkgrel = 2
url = https://github.com/google/gvisor
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = gvisor-git
makedepends = bazel
makedepends = python
provides = runsc
- source = git+https://github.com/vkobel/gvisor
+ source = git+https://github.com/google/gvisor
sha256sums = SKIP
pkgname = gvisor-git
diff --git a/PKGBUILD b/PKGBUILD
index 45108759a241..a0e8bfb199dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname='gvisor'
pkgname="${_pkgname}-git"
-pkgver=37.af724ec
+pkgver=42.b5a0667
pkgrel=2
pkgdesc="User-space kernel, sandboxed container runtime"
arch=('x86_64')
url='https://github.com/google/gvisor'
license=('Apache-2.0')
sha256sums=('SKIP')
-source=("git+https://github.com/vkobel/${_pkgname}")
+source=("git+https://github.com/google/${_pkgname}")
provides=('runsc')
makedepends=('bazel' 'python')