summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 274671e180ab..24c2798e17e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 11 17:29:29 UTC 2017
+# Thu Jan 12 02:57:25 UTC 2017
pkgbase = hyper
pkgdesc = A terminal built on web technologies
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://hyper.is/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 41ff9da9f45d..4e189ce98939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hyper
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A terminal built on web technologies"
arch=('any')
@@ -46,8 +46,11 @@ npm_or_yarn() {
prepare() {
cd "$pkgname-$pkgver"
- # calls yarn if available, else npm
- npm_or_yarn install
+ # # calls yarn if available, else npm
+ # npm_or_yarn install
+
+ # for now use just npm since errors have been reported
+ npm install
}
build() {