summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-06-13 16:39:34 -0400
committerTony Lambiris2019-06-13 16:39:34 -0400
commit143d98e982a38ac63d94748759b8396972b067e9 (patch)
treef66d54a7d211f23f3fc58bf7f6a669d39364072f
parentd22c6343471c9605a1de8b6d501d85e377a1e182 (diff)
downloadaur-143d98e982a38ac63d94748759b8396972b067e9.tar.gz
Version bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 809cd1732984..82bc188c2188 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cilium-git
pkgdesc = API-aware Networking and Security for Containers based on BPF
- pkgver = 1.5.0rc6.r366.g9e81aff81
+ pkgver = 1.5.3.r775.g85d2e7f21
pkgrel = 1
url = https://cilium.io/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 10915fee52bd..fa9082447b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=cilium-git
-pkgver=1.5.0rc6.r366.g9e81aff81
+pkgver=1.5.3.r775.g85d2e7f21
pkgrel=1
pkgdesc="API-aware Networking and Security for Containers based on BPF"
arch=('x86_64')
@@ -47,7 +47,7 @@ build() {
export CXX="/usr/bin/g++"
make -C daemon apply-bindata
- make V=1 proxylib plugins bpf cilium daemon monitor cilium-health bugtool tools operator
+ make V=1 proxylib bpf daemon cilium-health bugtool operator plugins tools
cd envoy