summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2022-06-04 15:25:14 +0200
committerLinus Dierheimer2022-06-04 15:25:14 +0200
commit757f22ee3ceb6c3180f4bd6bf0d7a523d6e51358 (patch)
treef008357f7823415f3370557f966cb170cc98153a
parent0768f8416f0b60200063336ab8e36002c7b4fd11 (diff)
downloadaur-757f22ee3ceb6c3180f4bd6bf0d7a523d6e51358.tar.gz
Add libglvndl
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc535216c80c..efb8e3c8c123 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastfetch-git
pkgdesc = Like neofetch, but much faster because written in c
- pkgver = 1.4.2.r0.ge79af7b
+ pkgver = 1.4.3.r14.g1826e23
pkgrel = 1
url = https://github.com/LinusDierheimer/fastfetch
arch = x86_64
@@ -25,6 +25,7 @@ pkgbase = fastfetch-git
makedepends = zlib
makedepends = dbus
makedepends = xfconf
+ makedepends = libglvnd
optdepends = pciutils: GPU output
optdepends = vulkan-icd-loader: GPU fallback
optdepends = wayland: Improved Wayland support (resolution + multi monitor)
@@ -38,6 +39,7 @@ pkgbase = fastfetch-git
optdepends = chafa: Image output as ascii art
optdepends = zlib: Faster image output when using kitty graphics protocol
optdepends = xfconf: XFWM theme + xfce-terminal font
+ optdepends = libglvnd: OpenGL module
provides = fastfetch
conflicts = fastfetch
source = fastfetch-git::git+https://github.com/LinusDierheimer/fastfetch.git
diff --git a/PKGBUILD b/PKGBUILD
index df5dfc761fdb..996ab063915e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
pkgname=fastfetch-git
-pkgver=1.4.2.r0.ge79af7b
+pkgver=1.4.3.r14.g1826e23
pkgrel=1
pkgdesc="Like neofetch, but much faster because written in c"
arch=("x86_64" "i686" "pentium4" "armv5" "armv6h" "armv7h" "aarch64")
@@ -24,6 +24,7 @@ makedepends=(
"zlib"
"dbus"
"xfconf"
+ "libglvnd"
# "libmagick6"
# "sqlite3"
# "rpm-tools"
@@ -42,6 +43,7 @@ optdepends=(
"chafa: Image output as ascii art"
"zlib: Faster image output when using kitty graphics protocol"
"xfconf: XFWM theme + xfce-terminal font"
+ "libglvnd: OpenGL module"
# "libmagick6: ImageMagick 6 support"
# "sqlite3: rpm package count"
# "rpm-tools: slower rpm package count fallback"