summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2015-07-13 10:47:03 +0300
committervlad2015-07-13 10:47:03 +0300
commitff889729a6b33ddb70c5d980f72c9f5b1364f2b4 (patch)
tree68662ae121050ae465066d32c765d74c32b529c7
parent01465784b0f2e96e4d88b89dcfd2c2095d99f44d (diff)
downloadaur-ff889729a6b33ddb70c5d980f72c9f5b1364f2b4.tar.gz
Add libnotify, ttf-liberation to depends, npm to makedepends
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
-rw-r--r--popcorntime.install2
3 files changed, 18 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ff88dc3525c..9746d3d861bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,23 @@
pkgbase = popcorntime
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
pkgver = 0.3.8.0
- pkgrel = 3
+ pkgrel = 4
url = http://popcorntime.io/
install = popcorntime.install
arch = i686
arch = x86_64
license = GPL3
makedepends = git
- makedepends = nodejs-grunt-cli
makedepends = nodejs-bower
+ makedepends = nodejs-grunt-cli
+ makedepends = npm
depends = alsa-lib
depends = gconf
depends = gtk2
- depends = nss
- depends = ttf-font
+ depends = libnotify
depends = libxtst
+ depends = nss
+ depends = ttf-liberation
optdepends = net-tools: vpn.ht client
options = !strip
source = desktop-v0.3.8-0.tar.bz2::https://git.popcorntime.io/popcorntime/desktop/repository/archive.tar.bz2?ref=v0.3.8-0
diff --git a/PKGBUILD b/PKGBUILD
index 53da0242d1e8..378c4b459363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,22 @@
pkgname=popcorntime
pkgver=0.3.8.0
_pkgver=0.3.8-0
-pkgrel=3
+pkgrel=4
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=('i686' 'x86_64')
url="http://popcorntime.io/"
license=('GPL3')
-makedepends=('git' 'nodejs-grunt-cli' 'nodejs-bower')
-depends=('alsa-lib' 'gconf' 'gtk2' 'nss' 'ttf-font' 'libxtst')
+makedepends=('git'
+ 'nodejs-bower'
+ 'nodejs-grunt-cli'
+ 'npm')
+depends=('alsa-lib'
+ 'gconf'
+ 'gtk2'
+ 'libnotify'
+ 'libxtst'
+ 'nss'
+ 'ttf-liberation')
optdepends=('net-tools: vpn.ht client')
options=('!strip')
install="popcorntime.install"
diff --git a/popcorntime.install b/popcorntime.install
index bd924b2be4a8..c6ab4fc0398f 100644
--- a/popcorntime.install
+++ b/popcorntime.install
@@ -8,5 +8,3 @@ post_install() {
post_upgrade() {
post_install
}
-
-# vim:set ts=2 sw=2 et: