summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlibia Tsati2015-10-24 16:47:32 +0300
committerOlibia Tsati2015-10-24 16:47:32 +0300
commitbf1ea612a570d28649e1cd6b1d4f8bb8a35b0508 (patch)
treedcb485bcfc907d2fe54b580e4953c982a990252d
parent795c0538305a8e9d67e1ea0eb1889d352e81ce05 (diff)
downloadaur-bf1ea612a570d28649e1cd6b1d4f8bb8a35b0508.tar.gz
new release version
update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c0cdb3c8a74..d2e713b87e50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = sopcast-launcher
pkgdesc = Sopcast Launcher allows you to open Sopcast links with a Media Player of your choice
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/jonian/sopcast-launcher
arch = any
license = GPL
depends = python2-psutil
- depends = python2-pexpect
depends = python2-notify
depends = sopcast
optdepends = vlc
provides = sopcast-launcher
- source = https://github.com/jonian/sopcast-launcher/archive/v0.2.0.tar.gz
+ source = https://github.com/jonian/sopcast-launcher/archive/v0.3.0.tar.gz
md5sums = SKIP
pkgname = sopcast-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 29845ee42f26..c49eb266e24e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=sopcast-launcher
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="Sopcast Launcher allows you to open Sopcast links with a Media Player of your choice"
arch=('any')
url="https://github.com/jonian/sopcast-launcher"
license=('GPL')
groups=()
-depends=('python2-psutil' 'python2-pexpect' 'python2-notify' 'sopcast')
+depends=('python2-psutil' 'python2-notify' 'sopcast')
makedepends=()
optdepends=('vlc')
provides=('sopcast-launcher')