Date: Thursday, January 26, 2023 @ 18:11:55
Author: blakkheim
Revision: 1388360
upgpkg: nerd-fonts 2.3.3-2: minor file fixes
- correct arimo installation directory (TTF, not OTF)
- don't clobber legit profont files with "windows" in the name
- add !debug
Modified:
nerd-fonts/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-26 18:09:38 UTC (rev 1388359)
+++ PKGBUILD 2023-01-26 18:11:55 UTC (rev 1388360)
@@ -53,12 +53,12 @@
ttf-victor-mono-nerd)
pkgdesc="Iconic font aggregator, collection, and patcher"
pkgver=2.3.3
-pkgrel=1
+pkgrel=2
arch=('any')
url='https://github.com/ryanoasis/nerd-fonts'
_urlbase="${url}/releases/download/v${pkgver}"
license=('MIT')
-options=('!strip')
+options=('!debug' '!strip')
provides=('ttf-font-nerd')
source=("3270-${pkgver}.zip::${_urlbase}/3270.zip"
"agave-${pkgver}.zip::${_urlbase}/Agave.zip"
@@ -177,7 +177,7 @@
mkdir ${_font}
bsdtar xf ${_font}-${pkgver}.zip -C ${_font}
done
- find "${srcdir}" -name '*Windows*' -delete
+ find "${srcdir}" -name '*Windows*Compat*' -delete
}
package_ttf-arimo-nerd() {
@@ -185,7 +185,7 @@
conflicts=(nerd-fonts-arimo)
replaces=(nerd-fonts-arimo)
- install -Dm644 arimo/*.ttf -t "${pkgdir}/usr/share/fonts/OTF"
+ install -Dm644 arimo/*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
install -Dm644 arimo/LICENSE.txt -t
"${pkgdir}/usr/share/licenses/${pkgname}/"
}