summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47350513f386..6f8d9acf2b17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: icasdri <icasdri at gmail dot com>
+# Collaborator: icasdri <icasdri at gmail dot com>
+# Maintainer: knight42 <anonymousknight96 at gmail dot com>
_npmname=create-react-app
pkgname="nodejs-${_npmname}"
-pkgver=1.3.3
+pkgver=1.4.0
pkgrel=1
pkgdesc="Create React apps with no build configuration"
arch=(any)
@@ -13,7 +14,7 @@ makedepends=('npm')
options=('!emptydirs')
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz")
noextract=(${_npmname}-${pkgver}.tgz)
-sha384sums=('837803e95d68568ec7dce96f446efd701d9721ab82040ccd0d6e7f930b8ad15f5c82fa5edbcff1184bf83b8762b38ca6')
+sha384sums=('8ce34a691e15eebf21771b313e67b5a149eb440e86106e21d07b6ba830520a04176b7bcea3b16b91439415f8d4d8a1f3')
package() {
cd "$srcdir"