summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2022-04-29 13:16:16 +0200
committerLinus Dierheimer2022-04-29 13:16:16 +0200
commite8b34e2d741f5ec0dcc511d74bf3af174ae96560 (patch)
treecd6695af37f020143e6f75a1edbe6ac90ae813d5
parentefb6927232730262968716c6ab40c1e05026fdfe (diff)
downloadaur-e8b34e2d741f5ec0dcc511d74bf3af174ae96560.tar.gz
Add chafa to dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1796481af1dd..7af761da23a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastfetch-git
pkgdesc = Like neofetch, but much faster because written in c
- pkgver = 1.3.0.r0.g47d8dda
+ pkgver = 1.3.4.r5.gad2601f
pkgrel = 1
url = https://github.com/LinusDierheimer/fastfetch
arch = x86_64
@@ -21,6 +21,7 @@ pkgbase = fastfetch-git
makedepends = libxrandr
makedepends = dconf
makedepends = imagemagick
+ makedepends = chafa
makedepends = zlib
makedepends = dbus
makedepends = xfconf
@@ -34,6 +35,7 @@ pkgbase = fastfetch-git
optdepends = dconf: Output for values that are only stored in DConf
optdepends = dbus: Media player and song output
optdepends = imagemagick: Image output using sixel or kitty graphics protocol
+ optdepends = chafa: Image output as ascii art
optdepends = zlib: Faster image output when using kitty graphics protocol
optdepends = xfconf: XFWM theme + xfce-terminal font
provides = fastfetch
diff --git a/PKGBUILD b/PKGBUILD
index 62ae544c2634..c4165517d667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
pkgname=fastfetch-git
-pkgver=1.3.0.r0.g47d8dda
+pkgver=1.3.4.r5.gad2601f
pkgrel=1
pkgdesc="Like neofetch, but much faster because written in c"
arch=("x86_64" "i686" "pentium4" "armv5" "armv6h" "armv7h" "aarch64")
@@ -20,6 +20,7 @@ makedepends=(
"libxrandr" # Depends on libX11, which headers are also needed
"dconf" # Depends on glib2, which headers are also needed
"imagemagick"
+ "chafa"
"zlib"
"dbus"
"xfconf"
@@ -37,6 +38,7 @@ optdepends=(
"dconf: Output for values that are only stored in DConf"
"dbus: Media player and song output"
"imagemagick: Image output using sixel or kitty graphics protocol"
+ "chafa: Image output as ascii art"
"zlib: Faster image output when using kitty graphics protocol"
"xfconf: XFWM theme + xfce-terminal font"
# "libmagick6: ImageMagick 6 support"