Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 1401c26b by Robin Candau at 2024-07-22T09:54:12+02:00 upgpkg: 2.19.0-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.19.0 - - - - - 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.18.1 + pkgver = 2.19.0 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.18.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.18.1.tar.gz - sha256sums = 53421de317bfc918e168751cf910e7faa51ebbd71f6f4de3b56d2cc74794365f + source = fastfetch-2.19.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.19.0.tar.gz + sha256sums = b145d22afabd7e890566a615060bd1d66677703b1105118b8803eceac8bf76c8 pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.18.1 +pkgver=2.19.0 pkgrel=1 pkgdesc="Like Neofetch, but much faster because written in C" arch=('x86_64') @@ -50,7 +50,7 @@ optdepends=( 'libdrm: Displays detection' ) source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('53421de317bfc918e168751cf910e7faa51ebbd71f6f4de3b56d2cc74794365f') +sha256sums=('b145d22afabd7e890566a615060bd1d66677703b1105118b8803eceac8bf76c8') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/1401c26be4ad80a1d7958addb33525c728db126b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/1401c26be4ad80a1d7958addb33525c728db126b You're receiving this email because of your account on gitlab.archlinux.org.
