Skip to content

Commit

Permalink
Merge pull request #20240 from CarterLi/master
Browse files Browse the repository at this point in the history
fastfetch: update to 2.8.7
  • Loading branch information
lazka committed Mar 2, 2024
2 parents 36c40f7 + 9adad5a commit 9aed8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-fastfetch/PKGBUILD
Expand Up @@ -3,7 +3,7 @@
_realname=fastfetch
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.8.6
pkgver=2.8.7
pkgrel=1
pkgdesc="A neofetch-like tool for fetching system information and displaying them in a pretty way (mingw-w64)"
arch=('any')
Expand All @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
optdepends=("${MINGW_PACKAGE_PREFIX}-vulkan-loader: For Vulkan support detection"
"${MINGW_PACKAGE_PREFIX}-opencl-icd: For OpenCL support detection")
source=("https://github.com/fastfetch-cli/fastfetch/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('f21cb61227f9a72382f5ab21fc9ef8bd3b424514ea27bd48036b53e4c6ba33bc')
sha256sums=('d5382b12a0df30afaa99f17b284a151009b0e15a5ad73d13f140a3b8a460fd9c')

build() {
declare -a extra_config
Expand Down

0 comments on commit 9aed8d3

Please sign in to comment.