Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
fastfetch
Commits:
1e676607 by Robin Candau at 2023-12-07T19:00:28+01:00
upgpkg: 2.3.4-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
- pkgver = 2.3.3
- pkgrel = 2
+ pkgver = 2.3.4
+ pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
license = MIT
@@ -20,7 +20,6 @@ pkgbase = fastfetch
makedepends = ocl-icd
makedepends = opencl-headers
makedepends = pciutils
- makedepends = python
makedepends = vulkan-headers
makedepends = vulkan-icd-loader
makedepends = wayland
@@ -44,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.3.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.3.3.tar.gz
- sha256sums =
81ff290af3e1d93927e871500644d330a40422087450ddd64aa5be31e8232616
+ source =
fastfetch-2.3.4.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.3.4.tar.gz
+ sha256sums =
d132775816685b7ceb8adc164af50a96814af879b97ad453efca3a285efd96d0
pkgname = fastfetch
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
pkgname=fastfetch
-pkgver=2.3.3
-pkgrel=2
+pkgver=2.3.4
+pkgrel=1
pkgdesc="Like Neofetch, but much faster because written in C"
arch=('x86_64')
url="https://github.com/fastfetch-cli/fastfetch"
@@ -25,7 +25,6 @@ makedepends=(
'ocl-icd'
'opencl-headers'
'pciutils'
- 'python'
'vulkan-headers'
'vulkan-icd-loader'
'wayland'
@@ -52,7 +51,7 @@ optdepends=(
'libdrm: Displays detection'
)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('81ff290af3e1d93927e871500644d330a40422087450ddd64aa5be31e8232616')
+sha256sums=('d132775816685b7ceb8adc164af50a96814af879b97ad453efca3a285efd96d0')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/1e676607b99701fc13c6631b698bc66d71a80296
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/1e676607b99701fc13c6631b698bc66d71a80296
You're receiving this email because of your account on gitlab.archlinux.org.