summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlibia Tsati2015-11-08 14:24:00 +0200
committerOlibia Tsati2015-11-08 14:24:00 +0200
commit57a7b79207cd4a439eb013e95e6896860dd8b833 (patch)
tree4729ff8b86edc458fb642b66d3d1ebdf3946c2ad
parent48b293781c2600df9c88b16106f79584ea22cde4 (diff)
downloadaur-57a7b79207cd4a439eb013e95e6896860dd8b833.tar.gz
new release version
update dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84c891faa846..2c3a97c5f9b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = sopcast-launcher
pkgdesc = Sopcast Launcher allows you to open Sopcast links with a Media Player of your choice
- pkgver = 0.3.1
- pkgrel = 2
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://github.com/jonian/sopcast-launcher
arch = any
license = GPL
- depends = python2-psutil
- depends = python2-notify
+ depends = python-psutil
+ depends = python-notify2
depends = sopcast
optdepends = vlc
provides = sopcast-launcher
- source = https://github.com/jonian/sopcast-launcher/archive/v0.3.1.tar.gz
+ source = https://github.com/jonian/sopcast-launcher/archive/v0.4.0.tar.gz
md5sums = SKIP
pkgname = sopcast-launcher
diff --git a/PKGBUILD b/PKGBUILD
index b3b56bd44185..513e1a229992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=sopcast-launcher
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.4.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-notify' 'sopcast')
+depends=('python-psutil' 'python-notify2' 'sopcast')
makedepends=()
optdepends=('vlc')
provides=('sopcast-launcher')