diff --git a/templates/PKGBUILD.wz b/templates/PKGBUILD.wz index d08b909..e0ecdb6 100644 --- a/templates/PKGBUILD.wz +++ b/templates/PKGBUILD.wz @@ -3,6 +3,7 @@ if spacing == 'normal': spacing = '' name = '-'.join(filter(None, ('ttf-iosevka', spacing, 'custom'))) + plan = f"Iosevka{spacing.title()}Custom" )\ # Maintainer: Andy Kluger # Contributor: Markus Weimar @@ -46,7 +47,7 @@ build () { cd Iosevka npm install npm update - NO_COLOR=1 npm run build -- @{build_webfonts and 'contents' or 'ttf'}::${_pkgname#*-} + NO_COLOR=1 npm run build -- @{build_webfonts and 'contents' or 'ttf'}::@{plan} } package () {