summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")