* update hyfetch to 1.4.11-3

This commit is contained in:
Alexander Baldeck 2024-08-25 04:23:59 +02:00
parent 14ab75fa80
commit d32cbea15c
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = hyfetch
pkgdesc = Neofetch with LGBTQ+ pride flags!
pkgver = 1.4.11
pkgrel = 2
pkgrel = 3
url = https://github.com/hykilpikonna/hyfetch
arch = any
license = MIT

View File

@ -4,9 +4,9 @@
pkgname=hyfetch
pkgver=1.4.11
pkgrel=2
pkgrel=3
pkgdesc="Neofetch with LGBTQ+ pride flags!"
arch=('any')
arch=(any)
url='https://github.com/hykilpikonna/hyfetch'
license=('MIT')
depends=('python-setuptools' 'python-typing_extensions')
@ -24,6 +24,7 @@ package() {
install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm 644 "docs/${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
install -Dm 644 "${pkgname}/scripts/autocomplete.bash" "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
install -Dm 644 "${pkgname}/scripts/autocomplete.zsh" "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
}