summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c45b5cccb485..531ee0ec43f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = rsfetch-git
- pkgdesc = Fast (1ms execution time) and somewhat(?) minimal fetch program written in Rust.
- pkgver = 1.9.0
+ pkgdesc = Fast (~5ms execution time) and somewhat(?) minimal fetch program written in Rust.
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/rsfetch/rsfetch
- arch = i686
arch = x86_64
license = MIT
makedepends = rust
diff --git a/PKGBUILD b/PKGBUILD
index de99feb6f39e..0441f205f38d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: ValleyKnight <valleyknight@protonmail.com>
pkgname=rsfetch-git
-pkgver=1.9.0
+pkgver=2.0.0
pkgrel=1
-pkgdesc="Fast (1ms execution time) and somewhat(?) minimal fetch program written in Rust."
+pkgdesc="Fast (~5ms execution time) and somewhat(?) minimal fetch program written in Rust."
url="https://github.com/rsfetch/rsfetch"
license=('MIT')
depends=()
conflicts=('rsfetch-bin')
makedepends=("rust")
-arch=("i686" "x86_64")
+arch=("x86_64")
source=("rsfetch-git::git+https://github.com/rsfetch/rsfetch#branch=master")
build() {