summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2024-05-11 20:09:01 +0200
committerPhillip Schichtel2024-05-11 20:09:01 +0200
commitcc740fd7803ad82443851ad5b4c96f103753c5c4 (patch)
tree629eab474ef06e96530c2d187a9522233c3483ae
parent569304d21b052ca0de11717a09efcc8eacf75ca9 (diff)
downloadaur-cc740fd7803ad82443851ad5b4c96f103753c5c4.tar.gz
replace nightly
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 971e85656b87..38ce069ab28b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = nomad-pack-git
optdepends = bash-completion
provides = nomad-pack
conflicts = nomad-pack
+ replaces = nomad-pack-nightly
source = git+https://github.com/hashicorp/nomad-pack.git#branch=main
source = bash-completion.sh
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e2bfaec99953..06053b90ab24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/hashicorp/nomad-pack"
license=('MPL-2.0')
depends=(openssl git)
+replaces=(nomad-pack-nightly)
makedepends=(git go)
optdepends=(bash-completion)
provides=(nomad-pack)