makedeb


rsfetch-git 16c2e1db2021.01.21-2


Fast 5ms execution time and somewhat minimal fetch program written in Rust

Click here to go back to the commit logs for rsfetch-git.

Commit:


Hash: d0a58b58b4848ee46c495f47a620cde954dddc10

Message: removed replaces function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a2fe3d0..c50d877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,8 @@ pkgbase = rsfetch-git
 	makedepends = rustc
 	makedepends = cargo
 	makedepends = libssl-dev
-	conflicts = rsfetch-bin
+	provides = rsfetch
+	conflicts = rsfetch
 	source = rsfetch-git::git+https://github.com/rsfetch/rsfetch#branch=master
 	sha512sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index 4ea3aaf..9dacc0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="Fast 5ms execution time and somewhat minimal fetch program written in R
 url="https://github.com/rsfetch/rsfetch"
 license=('MIT')
 depends=()
-conflicts=('rsfetch-bin')
+provides=('rsfetch')
+conflicts=('rsfetch')
 makedepends=('rustc' 'cargo' 'libssl-dev')
 arch=("x86_64")
 source=("rsfetch-git::git+https://github.com/rsfetch/rsfetch#branch=master")