summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBet42020-01-21 11:43:09 +0800
committerBet42020-01-21 11:43:09 +0800
commit8b09ef3ced8f23462807bc1894f18c076251c2e4 (patch)
treed50b6a830fa57b964e04bac1e2160de580dac335 /PKGBUILD
parent9200db2ef33f6e25278fc91556ab6d80aafd8444 (diff)
downloadaur-8b09ef3ced8f23462807bc1894f18c076251c2e4.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3490a7c6e447..3eab53c290f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,13 @@
_pkgname=hyper
pkgname=${_pkgname}-git
-pkgver=3.0.1.canary.4.r310.g943186a5
+pkgver=3.0.1.canary.4.r320.gb4c996e9
pkgrel=1
pkgdesc="A terminal built on web technologies"
arch=('any')
url="https://hyper.is/"
license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'yarn' 'python')
+makedepends=('git' 'npm' 'yarn' 'python')
provides=(${_pkgname})
conflicts=(${_pkgname})