summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2022-06-04 19:35:36 +0200
committerLinus Dierheimer2022-06-04 19:35:36 +0200
commit2c82456fdbe37202a171797e6f981fbfcf059d97 (patch)
tree2f1d3661cc995325d0da54b519b911cc7f15e8b8
parent757f22ee3ceb6c3180f4bd6bf0d7a523d6e51358 (diff)
downloadaur-2c82456fdbe37202a171797e6f981fbfcf059d97.tar.gz
Changed libglvnd to mesa
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efb8e3c8c123..922e8d406ee2 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.3.r14.g1826e23
+ pkgver = 1.4.3.r15.g36d9b5a
pkgrel = 1
url = https://github.com/LinusDierheimer/fastfetch
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = fastfetch-git
makedepends = zlib
makedepends = dbus
makedepends = xfconf
- makedepends = libglvnd
+ makedepends = mesa
optdepends = pciutils: GPU output
optdepends = vulkan-icd-loader: GPU fallback
optdepends = wayland: Improved Wayland support (resolution + multi monitor)
@@ -39,7 +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
+ optdepends = mesa: OpenGL module
provides = fastfetch
conflicts = fastfetch
source = fastfetch-git::git+https://github.com/LinusDierheimer/fastfetch.git
diff --git a/PKGBUILD b/PKGBUILD
index 996ab063915e..5587058c590e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
pkgname=fastfetch-git
-pkgver=1.4.3.r14.g1826e23
+pkgver=1.4.3.r15.g36d9b5a
pkgrel=1
pkgdesc="Like neofetch, but much faster because written in c"
arch=("x86_64" "i686" "pentium4" "armv5" "armv6h" "armv7h" "aarch64")
@@ -24,7 +24,7 @@ makedepends=(
"zlib"
"dbus"
"xfconf"
- "libglvnd"
+ "mesa"
# "libmagick6"
# "sqlite3"
# "rpm-tools"
@@ -43,7 +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"
+ "mesa: OpenGL module"
# "libmagick6: ImageMagick 6 support"
# "sqlite3: rpm package count"
# "rpm-tools: slower rpm package count fallback"