summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Abbott2017-08-31 23:01:41 -0700
committerAaron Abbott2017-08-31 23:01:41 -0700
commit4a98728419894755ce070f2955a59546aa7fb436 (patch)
treedafd782f54718b78a5408f25c9cc64ca0d81feea
parentc3fe2f13490b8a82c96758198da2b3b592fcdc82 (diff)
downloadaur-4a98728419894755ce070f2955a59546aa7fb436.tar.gz
Upgraded to 1.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eae71076c7bf..94e72339d8d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 13 00:11:01 UTC 2017
+# Fri Sep 1 06:01:22 UTC 2017
pkgbase = hyper
pkgdesc = A terminal built on web technologies
- pkgver = 1.3.3
+ pkgver = 1.4.2
pkgrel = 1
url = https://hyper.is/
arch = any
@@ -15,10 +15,10 @@ pkgbase = hyper
depends = gconf
conflicts = hyperterm
replaces = hyperterm
- source = https://github.com/zeit/hyper/archive/1.3.3.tar.gz
+ source = https://github.com/zeit/hyper/archive/1.4.2.tar.gz
source = https://raw.githubusercontent.com/zeit/art/master/hyper/mark/Hyper-Mark-120@3x.png
source = Hyper.desktop
- md5sums = 53a85a4e9b8950226df5c192a31be242
+ md5sums = 7e852831407bf66dd8d84a13edf77190
md5sums = f3481e14cba331160339b3b5ab78872b
md5sums = 74cb7ba38e37332aa8300e4b6ba9c61c
diff --git a/PKGBUILD b/PKGBUILD
index f4edce1decbe..b411cee7218a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributer: auk
pkgname=hyper
-pkgver=1.3.3
+pkgver=1.4.2
pkgrel=1
epoch=
pkgdesc="A terminal built on web technologies"
@@ -29,7 +29,7 @@ source=(
"Hyper.desktop"
)
noextract=()
-md5sums=('53a85a4e9b8950226df5c192a31be242'
+md5sums=('7e852831407bf66dd8d84a13edf77190'
'f3481e14cba331160339b3b5ab78872b'
'74cb7ba38e37332aa8300e4b6ba9c61c')
validpgpkeys=()
@@ -54,9 +54,9 @@ build() {
npm run build &&
cross-env BABEL_ENV=production babel \
- --out-file app/dist/bundle.js \
+ --out-file app/renderer/bundle.js \
--no-comments \
- --minified app/dist/bundle.js &&
+ --minified app/renderer/bundle.js &&
command build --linux --dir # need to use command because the
# function name is build