summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)