summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2023-07-10 12:06:34 +0200
committerPhillip Schichtel2023-07-10 12:06:34 +0200
commitafd86bb15f73baec198b6471f0770d375ced0436 (patch)
tree9a4c19eb4ffd1106a8bc9ca8e5cab89e6ec86bd8
parent87c60ad8f8654cfc9c2db5d9de5688774e41540f (diff)
downloadaur-afd86bb15f73baec198b6471f0770d375ced0436.tar.gz
add provides and conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74d745718070..638fe433c2be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = nomad-pack-nightly
depends = openssl
depends = git
optdepends = bash-completion
+ provides = nomad-pack
+ conflicts = nomad-pack
source = git+https://github.com/hashicorp/nomad-pack.git#tag=nightly
source = bash-completion.sh
validpgpkeys = 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
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")