summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7087dc7a62d6..77f7a1a61d3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
- pkgver = 0.2.1
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
depends = python2-psutil
depends = python2-pexpect
+ depends = python2-ptyprocess
depends = python2-notify
depends = acestream-engine
optdepends = vlc
provides = acestream-launcher
- source = https://github.com/jonian/acestream-launcher/archive/v0.2.1.tar.gz
+ source = https://github.com/jonian/acestream-launcher/archive/v0.3.0.tar.gz
md5sums = SKIP
pkgname = acestream-launcher
diff --git a/PKGBUILD b/PKGBUILD
index d0dfcdd3c163..be5379ca2bb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="Acestream Launcher allows you to open Acestream links with a Media Player of your choice"
arch=('any')
url="https://github.com/jonian/acestream-launcher"
license=('GPL')
groups=()
-depends=('python2-psutil' 'python2-pexpect' 'python2-notify' 'acestream-engine')
+depends=('python2-psutil' 'python2-pexpect' 'python2-ptyprocess' 'python2-notify' 'acestream-engine')
makedepends=()
optdepends=('vlc')
provides=('acestream-launcher')