Skip to content

Commit

Permalink
Update nerd-fonts.pacscript
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jan 10, 2025
1 parent 79407d5 commit 58f5c0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/nerd-fonts/nerd-fonts.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ prepare() {
ubuntumono victormono iosevkaterm comicshanns intone 0xproto \
cascadiamono commitmono d2coding envycoder geistmono martianmono \
monaspace gohu iosevkatermslab recursive zedmono; do
rm -rf ${_font}
mkdir ${_font}
tar -xf ${_font}-${pkgver}.tar.xz -C ${_font}
rm -rf "${_font}"
mkdir -p "${_font}"
tar -xf "${_font}-${pkgver}.tar.xz" -C "${_font}"
done
}

Expand Down Expand Up @@ -792,7 +792,7 @@ package_ttf-tinos-nerd() {

package_ttf-ubuntu-mono-nerd() {
pkgdesc="Patched font Ubuntu Mono from nerd fonts library"
license=('LicenseRef-Ubuntu-Font-License-1.0')
license=('custom:LicenseRef-Ubuntu-Font-License-1.0')
conflicts=(nerd-fonts-ubuntu-mono ttf-ubuntumono-nerd)
replaces=(nerd-fonts-ubuntu-mono ttf-ubuntumono-nerd)

Expand All @@ -802,7 +802,7 @@ package_ttf-ubuntu-mono-nerd() {

package_ttf-ubuntu-nerd() {
pkgdesc="Patched font Ubuntu from nerd fonts library"
license=('LicenseRef-Ubuntu-Font-License-1.0')
license=('custom:LicenseRef-Ubuntu-Font-License-1.0')
conflicts=(nerd-fonts-ubuntu)
replaces=(nerd-fonts-ubuntu)

Expand Down

0 comments on commit 58f5c0d

Please sign in to comment.