chgpkg: rename to ttf-hack-nerd
This commit is contained in:
parent
a0ece0480b
commit
d422037416
10
.SRCINFO
10
.SRCINFO
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = nerd-fonts-hack
|
pkgbase = ttf-hack-nerd
|
||||||
pkgdesc = Patched font Hack from the nerd-fonts library
|
pkgdesc = Patched font Hack from the nerd-fonts library
|
||||||
pkgver = 2.2.2
|
pkgver = 2.2.2
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
|
epoch = 2
|
||||||
url = https://github.com/ryanoasis/nerd-fonts
|
url = https://github.com/ryanoasis/nerd-fonts
|
||||||
arch = any
|
arch = any
|
||||||
groups = nerd-fonts
|
|
||||||
license = MIT
|
license = MIT
|
||||||
depends = fontconfig
|
depends = fontconfig
|
||||||
provides = nerd-fonts-hack
|
provides = ttf-font-nerd
|
||||||
conflicts = nerd-fonts-git
|
conflicts = nerd-fonts-git
|
||||||
conflicts = nerd-fonts-complete
|
conflicts = nerd-fonts-complete
|
||||||
source = https://git.gensokyo.cafe/kkyy/nerd-fonts-patched-fonts/raw/commit/d3e23fcf2cf9dc8737cbe62c82d03ff99a1ec6af/Hack/Hack%20Regular%20Nerd%20Font%20Complete.ttf
|
source = https://git.gensokyo.cafe/kkyy/nerd-fonts-patched-fonts/raw/commit/d3e23fcf2cf9dc8737cbe62c82d03ff99a1ec6af/Hack/Hack%20Regular%20Nerd%20Font%20Complete.ttf
|
||||||
|
@ -29,4 +29,4 @@ pkgbase = nerd-fonts-hack
|
||||||
b2sums = 7a86fc17d2fd8a06e36052b313c7bd26c1783ceb7fd353939fd241892511a34732aa332179910dddb9dfae801e6818ffbacd7042b02f962586db2d971e7f0a14
|
b2sums = 7a86fc17d2fd8a06e36052b313c7bd26c1783ceb7fd353939fd241892511a34732aa332179910dddb9dfae801e6818ffbacd7042b02f962586db2d971e7f0a14
|
||||||
b2sums = ece38b21e41c31a10260b2a99ea23661a945c11b5edbcb625b0e317be59050cc3bc04d72d4b36f94d89c263fd742d31b55f449057ad54a7e912cd1b472a38a84
|
b2sums = ece38b21e41c31a10260b2a99ea23661a945c11b5edbcb625b0e317be59050cc3bc04d72d4b36f94d89c263fd742d31b55f449057ad54a7e912cd1b472a38a84
|
||||||
|
|
||||||
pkgname = nerd-fonts-hack
|
pkgname = ttf-hack-nerd
|
||||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -1,16 +1,17 @@
|
||||||
# Maintainer: Yiyang Kang <kkyy%40kkyy.me>
|
# Maintainer: Yiyang Kang <kkyy%40kkyy.me>
|
||||||
|
# The fonts in this package was patched with '--careful' option.
|
||||||
|
|
||||||
pkgname=nerd-fonts-hack
|
pkgname=ttf-hack-nerd
|
||||||
|
epoch=2
|
||||||
pkgver=2.2.2
|
pkgver=2.2.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Patched font Hack from the nerd-fonts library"
|
pkgdesc="Patched font Hack from the nerd-fonts library"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://github.com/ryanoasis/nerd-fonts"
|
url="https://github.com/ryanoasis/nerd-fonts"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('fontconfig')
|
depends=('fontconfig')
|
||||||
provides=('nerd-fonts-hack')
|
provides=('ttf-font-nerd')
|
||||||
conflicts=('nerd-fonts-git' 'nerd-fonts-complete')
|
conflicts=('nerd-fonts-git' 'nerd-fonts-complete')
|
||||||
groups=("nerd-fonts")
|
|
||||||
_commit=d3e23fcf2cf9dc8737cbe62c82d03ff99a1ec6af
|
_commit=d3e23fcf2cf9dc8737cbe62c82d03ff99a1ec6af
|
||||||
source=(
|
source=(
|
||||||
"https://git.gensokyo.cafe/kkyy/nerd-fonts-patched-fonts/raw/commit/$_commit/Hack/Hack%20Regular%20Nerd%20Font%20Complete.ttf"
|
"https://git.gensokyo.cafe/kkyy/nerd-fonts-patched-fonts/raw/commit/$_commit/Hack/Hack%20Regular%20Nerd%20Font%20Complete.ttf"
|
||||||
|
|
Loading…
Reference in New Issue