summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a518328b0c5e..11be7cc7c9c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = popcorntime-bin
pkgdesc = Stream movies and TV shows from torrents (stable builds)
pkgver = 0.3.10
- pkgrel = 4
+ pkgrel = 5
url = https://popcorntime.sh
arch = x86_64
license = GPL3
@@ -11,7 +11,6 @@ pkgbase = popcorntime-bin
depends = gconf
depends = gtk2
depends = gtk3
- depends = nodejs
provides = popcorntime
provides = popcorn-time-ce
provides = popcorntime-ci-bin
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')