summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Kobel2018-05-04 09:39:17 +0200
committerVincent Kobel2018-05-04 09:39:17 +0200
commitb8e7114be9eecc0d559e3e9d8ed7e9b14aa9a6a7 (patch)
treeac6ed3e644662e2b2eff95d28f8b2dfebb53e1e9
parentdaf5b7300142a129c13bb715a489c1ac9c301d33 (diff)
downloadaur-b8e7114be9eecc0d559e3e9d8ed7e9b14aa9a6a7.tar.gz
disable stack protection + update according to base repo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1c80b60b836..6ab10d2e11a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gvisor-git
pkgdesc = User-space kernel, sandboxed container runtime
- pkgver = 26.4603f97
- pkgrel = 1
+ pkgver = 37.af724ec
+ pkgrel = 2
url = https://github.com/google/gvisor
arch = x86_64
license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 10f02f87197b..45108759a241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname='gvisor'
pkgname="${_pkgname}-git"
-pkgver=26.4603f97
-pkgrel=1
+pkgver=37.af724ec
+pkgrel=2
pkgdesc="User-space kernel, sandboxed container runtime"
arch=('x86_64')
url='https://github.com/google/gvisor'