aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKied Llaentenn2019-05-07 16:09:43 -0400
committerKied Llaentenn2019-05-07 16:09:43 -0400
commitdbfd69150cab193e6ba8f308eda515cd78a63158 (patch)
tree6421f012656df86adedb713c603fb5ce3b3a00dd /PKGBUILD
parent0b3f9c262510a8195233cc620adb0daf1cdc5c4a (diff)
downloadaur-dbfd69150cab193e6ba8f308eda515cd78a63158.tar.gz
add conflicts section
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1c5e7091bb7..e0b0fe97a4c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="Fast (0.01s - 0.2s execution time) and somewhat(?) minimal fetch program written in Rust."
url="https://github.com/phate6660/rsfetch"
license=('Unlicense')
+conflicts=('rsfetch-git')
depends=()
makedepends=()
arch=("i686" "x86_64")