summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2015-10-24 03:13:33 +0300
committerJonian Guveli2015-10-24 03:13:33 +0300
commitbe6a2d54c4e2329c652f6c828ceebaea20da3a77 (patch)
tree9e093cb177ba388b9d1d1db771f1443b61c9eb47
parentf3e6989b267a31e9b7df4218b33d242c524a0c29 (diff)
downloadaur-be6a2d54c4e2329c652f6c828ceebaea20da3a77.tar.gz
new version
update dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0e35eca19d8..6ec48cd98747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
depends = python2-psutil
depends = python2-pexpect
+ depends = python2-notify
depends = acestream-engine
optdepends = vlc
provides = acestream-launcher
- source = https://github.com/jonian/acestream-launcher/archive/v0.1.0.tar.gz
+ source = https://github.com/jonian/acestream-launcher/archive/v0.2.0.tar.gz
md5sums = SKIP
pkgname = acestream-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 77012b67371d..9e8de5f53663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.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' 'acestream-engine')
+depends=('python2-psutil' 'python2-pexpect' 'python2-notify' 'acestream-engine')
makedepends=()
optdepends=('vlc')
provides=('acestream-launcher')