summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLinus Dierheimer2022-02-13 23:53:39 +0100
committerLinus Dierheimer2022-02-13 23:53:39 +0100
commitceeec35245b0039dc4667cd823683d6ee494557f (patch)
tree3f81fe4fe3f9f21bb3fe728da1d096ce5b9b2694 /PKGBUILD
parent7ac9c5d13295cd6143c0e845c8bf33771a64b6f4 (diff)
downloadaur-ceeec35245b0039dc4667cd823683d6ee494557f.tar.gz
Added dbus to make and opt dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35c6a2c8464c..2a2e2b59951c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
pkgname=fastfetch-git
-pkgver=r577.5f965ac
+pkgver=r587.cfb5d20
pkgrel=1
pkgdesc="Like neofetch, but much faster because written in c"
arch=("x86_64" "i686" "pentium4" "armv5" "armv6h" "armv7h" "aarch64")
@@ -18,6 +18,7 @@ makedepends=(
"libxcb"
"libxrandr" # Depends on libX11, which headers are also needed
"dconf" # Depends on glib2, which headers are also needed
+ "dbus"
"xfconf"
# "rpm-tools"
)
@@ -30,6 +31,7 @@ optdepends=(
"libxrandr: Improved X11 support (resolution + multi monitor)"
"glib2: Output for values that are only stored in GSettings"
"dconf: Output for values that are only stored in DConf"
+ "dbus: Media player and song output"
"xfconf: XFWM theme + xfce-terminal font"
# "rpm-tools: rpm package count"
)