summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Schichtel2023-07-10 12:06:34 +0200
committerPhillip Schichtel2023-07-10 12:06:34 +0200
commitafd86bb15f73baec198b6471f0770d375ced0436 (patch)
tree9a4c19eb4ffd1106a8bc9ca8e5cab89e6ec86bd8 /PKGBUILD
parent87c60ad8f8654cfc9c2db5d9de5688774e41540f (diff)
downloadaur-afd86bb15f73baec198b6471f0770d375ced0436.tar.gz
add provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d48109e4b5d..ce429471489e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ license=('MPL2')
depends=(openssl git)
makedepends=(git go)
optdepends=(bash-completion)
+provides=(nomad-pack)
+conflicts=(nomad-pack)
validpgpkeys=(5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23)
source=("git+https://github.com/hashicorp/nomad-pack.git#tag=nightly"
"bash-completion.sh")