summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKied Llaentenn2019-05-07 16:14:01 -0400
committerKied Llaentenn2019-05-07 16:14:01 -0400
commita27ed01a14f6cb2a10e75a515a5ca6dc30f27bf9 (patch)
treeee037f172c30599bb8ede1b3f5ef6663b8fd5476
parent280f58c546dbc006a038a9383bc91144b856eac4 (diff)
downloadaur-a27ed01a14f6cb2a10e75a515a5ca6dc30f27bf9.tar.gz
add conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7e792d892c7..27c66d78e727 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = rsfetch-git
arch = x86_64
license = Unlicense
makedepends = rust
+ conflicts = rsfetch-bin
source = rsfetch-git::git+https://github.com/phate6660/rsfetch#branch=master
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b1449b3b57f2..2b377503f691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="Fast (0.01s - 0.2s execution time) and somewhat(?) minimal fetch progra
url="https://github.com/phate6660/rsfetch"
license=('Unlicense')
depends=()
+conflicts=('rsfetch-bin')
makedepends=("rust")
arch=("i686" "x86_64")
source=("rsfetch-git::git+https://github.com/phate6660/rsfetch#branch=master")