summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuologic2021-06-01 10:53:36 +0200
committerDuologic2021-06-01 10:53:36 +0200
commit733f8e5cac44bd6ce9ef456e1192f00b2cc5a6cf (patch)
tree4e450c4337a7cb0e5d67a38aa9ca7495fde7066e
parent30cb6bb98549d9e20df222f29cf8c8366b32131d (diff)
downloadaur-733f8e5cac44bd6ce9ef456e1192f00b2cc5a6cf.tar.gz
v0.16.0 + main branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b8ede3bc38..f5a1ad22e7df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tanka-git
pkgdesc = Flexible, reusable and concise configuration for Kubernetes using Jsonnet
- pkgver = v0.15.0.r1.gb19bc9f
+ pkgver = v0.16.0.r0.g774c664
pkgrel = 1
url = https://tanka.dev
arch = i686
@@ -15,7 +15,7 @@ pkgbase = tanka-git
optdepends = jsonnet-bundler-bin: jsonnet package manager
provides = tanka
conflicts = tanka
- source = git+https://github.com/grafana/tanka.git
+ source = git+https://github.com/grafana/tanka.git#branch=main
md5sums = SKIP
pkgname = tanka-git
diff --git a/PKGBUILD b/PKGBUILD
index d6109b5556d5..299eb39401e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: sh0rez <me@shorez.de>
pkgname=tanka-git
-pkgver=v0.15.0.r1.gb19bc9f
+pkgver=v0.16.0.r0.g774c664
pkgrel=1
pkgdesc="Flexible, reusable and concise configuration for Kubernetes using Jsonnet"
arch=('i686' 'x86_64' 'arm' 'aarch64')
url="https://tanka.dev"
license=('Apache')
-source=("git+https://github.com/grafana/tanka.git")
+source=("git+https://github.com/grafana/tanka.git#branch=main")
makedepends=('git' 'go')
depends=('diffutils' 'kubectl')