summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cec8f34315f0..e97b92d2a8b4 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 = 2
+ pkgver = v0.33.0.r17.g9281d456b
+ pkgrel = 1
url = https://github.com/weaveworks/weave-gitops
arch = i686
arch = pentium4
diff --git a/PKGBUILD b/PKGBUILD
index 367e38ee5cbc..3a5e800c21a4 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=2
+pkgver=v0.33.0.r17.g9281d456b
+pkgrel=1
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'
@@ -35,11 +35,6 @@ build() {
go build -buildmode=pie -trimpath -ldflags="-linkmode=external -extldflags \"$LDFLAGS\"" -mod=readonly -modcacherw -o bin/gitops-server cmd/gitops-server/main.go
}
-check() {
- cd "$srcdir/weave-gitops"
- make test
-}
-
package() {
cd "$srcdir/weave-gitops"