summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2021-07-02 23:11:56 +0200
committerLinus Dierheimer2021-07-02 23:11:56 +0200
commitd8dc5838baa83b8f5d4c0762ecd44e7fe9102eac (patch)
treee09b8bb793c78ff531b395c28d85db5d8c51ca0e
parent6c63df14129f5929483749e0fa148da1e0e9ee37 (diff)
downloadaur-d8dc5838baa83b8f5d4c0762ecd44e7fe9102eac.tar.gz
update description of optional dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a084f4566776..64db01c32252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastfetch-git
pkgdesc = Like neofetch, but much faster because written in c
- pkgver = r367.409b1f2
+ pkgver = r399.1717b51
pkgrel = 1
url = https://github.com/LinusDierheimer/fastfetch
arch = any
@@ -13,9 +13,9 @@ pkgbase = fastfetch-git
makedepends = wayland
makedepends = sqlite
optdepends = pciutils: GPU output
- optdepends = libx11: Resolution output
- optdepends = libxrandr: Refresh rate in Resolution output
- optdepends = wayland: Better resolution performance + support for monitors with different refresh rates in wayland sessions
+ optdepends = libx11: Basic resolution output
+ optdepends = libxrandr: Multi monitor and refresh rate support for resolution output
+ optdepends = wayland: Native wayland support for resolution output
optdepends = glib2: Output for values that are only stored in GSettings
optdepends = dconf: Output for values that are only stored in DConf
optdepends = xfconf: XFWM theme + xfce-terminal font
diff --git a/PKGBUILD b/PKGBUILD
index 921fa1d8656a..340742af749e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
pkgname=fastfetch-git
-pkgver=r367.409b1f2
+pkgver=r399.1717b51
pkgrel=1
pkgdesc="Like neofetch, but much faster because written in c"
arch=("any")
@@ -19,9 +19,9 @@ makedepends=(
)
optdepends=(
"pciutils: GPU output"
- "libx11: Resolution output"
- "libxrandr: Refresh rate in Resolution output"
- "wayland: Better resolution performance + support for monitors with different refresh rates in wayland sessions"
+ "libx11: Basic resolution output"
+ "libxrandr: Multi monitor and refresh rate support for resolution output"
+ "wayland: Native wayland support for resolution output"
"glib2: Output for values that are only stored in GSettings"
"dconf: Output for values that are only stored in DConf"
"xfconf: XFWM theme + xfce-terminal font"