summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2023-01-22 13:35:00 +0100
committerLinus Dierheimer2023-01-22 13:35:00 +0100
commit546e156c41b3cd7e312de6d13914db63703bdf6c (patch)
tree5e3dd9a49e5194ac6cc43a59d3a52037409bb642
parent709719f5647fd02838e0163dafda692e5a57cf86 (diff)
downloadaur-546e156c41b3cd7e312de6d13914db63703bdf6c.tar.gz
add libnm opt dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907c0328a151..9334db91f5fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastfetch-git
pkgdesc = Like neofetch, but much faster because written in c
- pkgver = 1.7.5.r218.gb85c1c4
+ pkgver = 1.8.2.r153.ge0b2db1
pkgrel = 1
url = https://github.com/LinusDierheimer/fastfetch
arch = x86_64
@@ -46,6 +46,7 @@ pkgbase = fastfetch-git
optdepends = mesa: OpenGL module
optdepends = ocl-icd: OpenCL module
optdepends = nix: self contained nix package count
+ optdepends = libnm: Better wifi support
provides = fastfetch
conflicts = fastfetch
backup = etc/fastfetch/config.conf
diff --git a/PKGBUILD b/PKGBUILD
index 45ed66a580eb..a0d250dffdd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
pkgname=fastfetch-git
-pkgver=1.7.5.r218.gb85c1c4
+pkgver=1.8.2.r153.ge0b2db1
pkgrel=1
pkgdesc="Like neofetch, but much faster because written in c"
arch=("x86_64" "i686" "pentium4" "armv5" "armv6h" "armv7h" "aarch64")
@@ -52,6 +52,7 @@ optdepends=(
"mesa: OpenGL module"
"ocl-icd: OpenCL module"
"nix: self contained nix package count"
+ "libnm: Better wifi support"
# "libmagick6: ImageMagick 6 support"
# "sqlite3: rpm package count"
# "rpm-tools: slower rpm package count fallback"