summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2021-09-17 13:22:21 -0400
committerAndy Kluger2021-09-17 13:22:21 -0400
commit2b39298a8f182f2992ad295706ce92d367ab267a (patch)
tree83e1b4d86a257177ddb628c275b43c641e25b6b5
parent72d1d2a13c09e0afac713ed49216e12368787560 (diff)
downloadaur-2b39298a8f182f2992ad295706ce92d367ab267a.tar.gz
bump node version and disable color in build log
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99fbb2b0590e..72417192c2a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,10 @@ pkgbase = ttf-iosevka-git
arch = any
license = custom:OFL
makedepends = git
- makedepends = nodejs>=12.16.0
+ makedepends = nodejs>=12.22.0
makedepends = npm
makedepends = ttfautohint
provides = ttf-iosevka
conflicts = ttf-iosevka
pkgname = ttf-iosevka-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5a194e294bdf..eebd867887d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Prag
arch=('any')
url='https://be5invis.github.io/Iosevka/'
license=('custom:OFL')
-makedepends=('git' 'nodejs>=12.16.0' 'npm' 'ttfautohint')
+makedepends=('git' 'nodejs>=12.22.0' 'npm' 'ttfautohint')
depends=()
conflicts=(${_pkgname})
provides=(${_pkgname})
@@ -29,7 +29,7 @@ build () {
cd Iosevka
npm install
npm update
- npm run build -- ttf::${_pkgname#*-}
+ NO_COLOR=1 npm run build -- ttf::${_pkgname#*-}
}
package () {