aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCh4s3r2022-02-10 20:30:44 +0100
committerCh4s3r2022-02-10 20:30:44 +0100
commit5a8551faafca7c41a0e287c7a1779b56296fc534 (patch)
treef592c7b97aef4ab2c7b3a6a630305af53e02217f
parentdb73b4f5595b55ffe21fb0a54ca72a282db86ffb (diff)
downloadaur-5a8551faafca7c41a0e287c7a1779b56296fc534.tar.gz
Fix formatting
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8d6a382aeaa..68883dc7097e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = argocd-autopilot-bin
pkgdesc = Argo-CD Autopilot is a tool which offers an opinionated way of installing Argo-CD and managing GitOps repositories.
pkgver = v0.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/argoproj-labs/argocd-autopilot
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 83af8f8a915d..fe464a1d6969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ch4s3r <lamprecht.patrick1@gmail.com>
pkgname=argocd-autopilot-bin
pkgver=v0.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Argo-CD Autopilot is a tool which offers an opinionated way of installing Argo-CD and managing GitOps repositories."
arch=(x86_64)
url="https://github.com/argoproj-labs/argocd-autopilot"
@@ -13,6 +13,6 @@ pkgver() {
}
package() {
- curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/$pkgver/argocd-autopilot-linux-amd64.tar.gz | tar zx
- install -Dm755 argocd-autopilot-* "$pkgdir/usr/bin/argocd-autopilot"
+ curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/$pkgver/argocd-autopilot-linux-amd64.tar.gz | tar zx
+ install -Dm755 argocd-autopilot-* "$pkgdir/usr/bin/argocd-autopilot"
}