summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornltimv2023-08-04 22:36:34 +0200
committernltimv2023-08-04 22:40:46 +0200
commit64085549e927734cc2baa641fcce2d9af059f6e7 (patch)
treece47482db400a0ed79e2e47845257fed6a24544b
parentec4b796f4d861a4262401ae60e9a3ccfe0d9d069 (diff)
downloadaur-64085549e927734cc2baa641fcce2d9af059f6e7.tar.gz
Add shell completion
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afbcbdb97d6b..cec8f34315f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = weave-gitops-git
pkgdesc = Weave GitOps is a simple open source developer platform for people who want cloud native applications, without needing Kubernetes expertise.
pkgver = v0.29.0.r7.g6f053dfbe
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/weaveworks/weave-gitops
arch = i686
arch = pentium4
diff --git a/PKGBUILD b/PKGBUILD
index 1face71ecda7..367e38ee5cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nltimv <git at nltimv dot com>
pkgname='weave-gitops-git'
pkgver=v0.29.0.r7.g6f053dfbe
-pkgrel=1
+pkgrel=2
pkgdesc='Weave GitOps is a simple open source developer platform for people who want cloud native applications, without needing Kubernetes expertise.'
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
url='https://github.com/weaveworks/weave-gitops'