summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKiëd Llaentenn2020-01-08 18:54:26 -0500
committerKiëd Llaentenn2020-01-08 18:54:26 -0500
commitf8ec9b5b8b59fbd1293a8b10b9372a7652f7f5d7 (patch)
treea591640a50db216e50fb008cce5ace2c5f0470a0 /PKGBUILD
parente3d1a712f909d84f5cf38dc7e0ddb74bec5f560d (diff)
downloadaur-f8ec9b5b8b59fbd1293a8b10b9372a7652f7f5d7.tar.gz
update pkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {