Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
fastfetch
Commits:
fa50ebe9 by Robin Candau at 2023-12-07T09:44:48+01:00
upgpkg: 2.3.3-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
- pkgver = 2.3.2
+ pkgver = 2.3.3
pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = fastfetch
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics
protocol
optdepends = libdrm: Displays detection
- source =
fastfetch-2.3.2.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.3.2.tar.gz
- sha256sums =
6bccaac2b32248b7e1d9a1c6adaf063363db3f43ac0a6da202140948e6f5c249
+ source =
fastfetch-2.3.3.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.3.3.tar.gz
+ sha256sums =
81ff290af3e1d93927e871500644d330a40422087450ddd64aa5be31e8232616
pkgname = fastfetch
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
pkgname=fastfetch
-pkgver=2.3.2
+pkgver=2.3.3
pkgrel=1
pkgdesc="Like Neofetch, but much faster because written in C"
arch=('x86_64')
@@ -51,7 +51,7 @@ optdepends=(
'libdrm: Displays detection'
)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('6bccaac2b32248b7e1d9a1c6adaf063363db3f43ac0a6da202140948e6f5c249')
+sha256sums=('81ff290af3e1d93927e871500644d330a40422087450ddd64aa5be31e8232616')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/fa50ebe98710f062353c7ee450293bb0f0b09eed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/fa50ebe98710f062353c7ee450293bb0f0b09eed
You're receiving this email because of your account on gitlab.archlinux.org.