summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2018-12-28 11:36:32 +0000
committerStefan Cocora2018-12-28 11:36:32 +0000
commitc32cadda9183a27df04b8eb17f9496591cddada0 (patch)
treef4fecf0ad266eb38c82007ece991e9aa5ac357b1
parentf3dc0a412896532dfdf2d62749ec259363cfffca (diff)
downloadaur-c32cadda9183a27df04b8eb17f9496591cddada0.tar.gz
[security] Update pkg to v1.0.1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee054f7423d7..dfe11f1c2e73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kubeless
pkgdesc = A Kubernetes-native serverless framework that lets you deploy small bits of code without having to worry about the underlying infrastructure plumbing.
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/kubeless/kubeless
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = kubeless
makedepends = wget
depends = filesystem
depends = glibc
+ depends = iana-etc
depends = linux-api-headers
depends = tzdata
source = kubeless::git+https://github.com/kubeless/kubeless.git
diff --git a/PKGBUILD b/PKGBUILD
index 980916cb51ff..58666b9cd4ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=kubeless
_upstream_pkgname=kubeless
pkgname=kubeless
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="A Kubernetes-native serverless framework that lets you deploy small bits of code without having to worry about the underlying infrastructure plumbing."
arch=('x86_64')