summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKostis Karantias2019-01-29 19:14:24 +0200
committerKostis Karantias2019-01-29 19:14:24 +0200
commit8146af71b6ab2c7d1870b5049790d4e16abd01c6 (patch)
tree9eb5ee94788115c0617a16ded1a6923834e01fee /PKGBUILD
parent35aed1c17c320bb5bcb20bc0128d66b2eb4583a8 (diff)
downloadaur-8146af71b6ab2c7d1870b5049790d4e16abd01c6.tar.gz
remove nodejs dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d9d5f26ec81..4d7bc2902e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,12 +15,12 @@
pkgname=popcorntime-bin
_pkgname=popcorntime
pkgver=0.3.10
-pkgrel=4
+pkgrel=5
pkgdesc="Stream movies and TV shows from torrents (stable builds)"
arch=('x86_64')
url="https://popcorntime.sh"
license=('GPL3')
-depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3' 'nodejs')
+depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3')
provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin')
conflicts=('popcorntime')
options=('!strip')