aboutsummaryrefslogtreecommitdiff
path: root/system/fastfetch
diff options
context:
space:
mode:
Diffstat (limited to 'system/fastfetch')
-rw-r--r--system/fastfetch/README2
-rw-r--r--system/fastfetch/fastfetch.SlackBuild5
-rw-r--r--system/fastfetch/fastfetch.info6
3 files changed, 7 insertions, 6 deletions
diff --git a/system/fastfetch/README b/system/fastfetch/README
index e5d8e81fc3..3a5f72fc5c 100644
--- a/system/fastfetch/README
+++ b/system/fastfetch/README
@@ -3,3 +3,5 @@ fastfetch (Like neofetch, but faster)
Fastfetch is a neofetch-like tool for fetching system information and
displaying them in a pretty way. It is written mainly in C, with
performance and customizability in mind.
+
+ddcutil and chafa are optional dependencies.
diff --git a/system/fastfetch/fastfetch.SlackBuild b/system/fastfetch/fastfetch.SlackBuild
index 62c0d66acc..cf22e72f15 100644
--- a/system/fastfetch/fastfetch.SlackBuild
+++ b/system/fastfetch/fastfetch.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fastfetch
-VERSION=${VERSION:-2.1.1}
+VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -76,8 +76,7 @@ mkdir -p build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release ..
+ -DCMAKE_INSTALL_PREFIX=/usr ..
cmake --build .
DESTDIR=$PKG cmake --install .
cd ..
diff --git a/system/fastfetch/fastfetch.info b/system/fastfetch/fastfetch.info
index f2c0e32cb8..9ad5061672 100644
--- a/system/fastfetch/fastfetch.info
+++ b/system/fastfetch/fastfetch.info
@@ -1,8 +1,8 @@
PRGNAM="fastfetch"
-VERSION="2.1.1"
+VERSION="2.2.0"
HOMEPAGE="https://github.com/fastfetch-cli/fastfetch"
-DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/2.1.1/fastfetch-2.1.1.tar.gz"
-MD5SUM="7bd82d7f781b15ef95bb390874df9937"
+DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/2.2.0/fastfetch-2.2.0.tar.gz"
+MD5SUM="c336bea75ccf9a1b061047548060c30d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""