Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
fastfetch
Commits:
caebbb2c by Robin Candau at 2023-12-06T10:09:26+01:00
upgpkg: 2.3.2-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.1
+ pkgver = 2.3.2
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.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.3.1.tar.gz
- sha256sums =
0d883f27aff597c348929d1d7ea640616f18bd20e3e57b3db7194f5207c4bebc
+ source =
fastfetch-2.3.2.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.3.2.tar.gz
+ sha256sums =
6bccaac2b32248b7e1d9a1c6adaf063363db3f43ac0a6da202140948e6f5c249
pkgname = fastfetch
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
pkgname=fastfetch
-pkgver=2.3.1
+pkgver=2.3.2
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=('0d883f27aff597c348929d1d7ea640616f18bd20e3e57b3db7194f5207c4bebc')
+sha256sums=('6bccaac2b32248b7e1d9a1c6adaf063363db3f43ac0a6da202140948e6f5c249')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \
@@ -73,7 +73,4 @@ check() {
package() {
DESTDIR="${pkgdir}" cmake --install build
-
- cd "${pkgname}-${pkgver}"
- install -Dm 644 completions/fish
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/caebbb2c61376636583725aae29347573886fe95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/caebbb2c61376636583725aae29347573886fe95
You're receiving this email because of your account on gitlab.archlinux.org.