summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2015-12-29 11:51:29 -0500
committerGötz Christ2015-12-29 11:51:29 -0500
commitee3f01d62d6cdd13b295413ebd2e835594cfe184 (patch)
treec241275f52a6bd051394b13b611de43072becebf
parent2821ba71f564d6fdae6ee509b34ddae0c8281d10 (diff)
downloadaur-ee3f01d62d6cdd13b295413ebd2e835594cfe184.tar.gz
Update deps, optdeps and URL
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6e62c49888c..907bbc04a225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Tue Dec 29 16:50:24 UTC 2015
pkgbase = smtube-svn
pkgdesc = Search, download and play videos from YouTube. SVN build.
- pkgver = 15.5.17.r6953
+ pkgver = 15.11.0.r7300
pkgrel = 1
- url = http://smtube.sourceforge.net
+ url = http://www.smtube.org
install = smtube-svn.install
arch = i686
arch = x86_64
@@ -11,14 +13,15 @@ pkgbase = smtube-svn
makedepends = qt5-tools
depends = qt5-script
depends = qt5-webkit
+ depends = desktop-file-utils
depends = hicolor-icon-theme
- depends = libxkbcommon-x11
optdepends = smplayer: play videos with SMPlayer
optdepends = mpv: play videos with mpv
optdepends = gnome-mplayer: play videos with GNOME MPlayer
optdepends = kdemultimedia-dragonplayer: play videos with Dragon Player
optdepends = totem: play videos with Totem
optdepends = vlc: play videos with VLC
+ optdepends = youtube-dl: download videos
provides = smtube
conflicts = smtube
source = smtube::svn+https://subversion.assembla.com/svn/smplayer/smtube/trunk/
diff --git a/PKGBUILD b/PKGBUILD
index 675f4d49d88e..fbbf3c24202d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
pkgname=smtube-svn
-pkgver=15.5.17.r6953
+pkgver=15.11.0.r7300
pkgrel=1
pkgdesc="Search, download and play videos from YouTube. SVN build."
arch=('i686' 'x86_64')
-url="http://smtube.sourceforge.net"
+url="http://www.smtube.org"
license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme' 'libxkbcommon-x11')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('subversion' 'qt5-tools')
optdepends=('smplayer: play videos with SMPlayer'
'mpv: play videos with mpv'
'gnome-mplayer: play videos with GNOME MPlayer'
'kdemultimedia-dragonplayer: play videos with Dragon Player'
'totem: play videos with Totem'
- 'vlc: play videos with VLC')
+ 'vlc: play videos with VLC'
+ 'youtube-dl: download videos')
provides=('smtube')
conflicts=('smtube')
install="$pkgname.install"