summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgatha Zeren2023-02-16 21:58:03 -0500
committerAgatha Zeren2023-02-16 21:58:03 -0500
commit8113d3d32645edcb7e1ef8fff9830604838f4530 (patch)
tree9cf37c7e04feb0c4f3f660ca8f16826d96a486cb
parenta2e249e5fa98e2488c1916d1d017bc4d2ad83a3d (diff)
downloadaur-8113d3d32645edcb7e1ef8fff9830604838f4530.tar.gz
Add conflicts for `teracli`
This is a similar project, now also packaged into the AUR
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed71bdf3874d..63627f673cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="CLI to make one-off Tera templating easier"
depends=('gcc-libs')
makedepends=('cargo')
+conflicts=('teracli')
arch=('x86_64')
url="https://github.com/guangie88/tera-cli"
source=("$pkgname-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")