summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9394f07d514d..be9f7ee4162c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
pkgbase = crunchy-postgresql-operator-bin
pkgdesc = Crunchydata PostgreSQL Kubernetes operator
- pkgver = 4.6.1
+ pkgver = 4.7.0
pkgrel = 1
url = https://github.com/CrunchyData/postgres-operator
- arch = any
+ arch = x86_64
license = Apache
- makedepends = gcc
- makedepends = git
- source = https://github.com/CrunchyData/postgres-operator/releases/download/v4.6.1/pgo
- md5sums = 60ce4edeb3e3944855b03c68b841626f
+ source = https://github.com/CrunchyData/postgres-operator/releases/download/v4.7.0/pgo
+ md5sums = 4c0395782f5bfc10b24c817fc9967f60
pkgname = crunchy-postgresql-operator-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 3f95f1487c91..73c1ed65befa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: ashka <aur AT ashka DOT me>
pkgname=crunchy-postgresql-operator-bin
-pkgver=4.6.1
+pkgver=4.7.0
pkgrel=1
pkgdesc="Crunchydata PostgreSQL Kubernetes operator"
arch=('x86_64')
url="https://github.com/CrunchyData/postgres-operator"
license=('Apache')
-source=('https://github.com/CrunchyData/postgres-operator/releases/download/v4.6.1/pgo')
-md5sums=('60ce4edeb3e3944855b03c68b841626f')
+source=("https://github.com/CrunchyData/postgres-operator/releases/download/v${pkgver}/pgo")
+md5sums=('4c0395782f5bfc10b24c817fc9967f60')
package() {
install -Dm755 "${srcdir}/pgo" "${pkgdir}/usr/bin/pgo"