* update hyfetch to 1.4.11-3
This commit is contained in:
parent
14ab75fa80
commit
d32cbea15c
@ -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
|
||||
|
@ -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}"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user