smtube: update to 15.5.10

This commit is contained in:
Jeff Huang 2015-05-13 11:55:17 +00:00
parent ae329ea0c7
commit 62e7174bec

View File

@ -1,23 +1,18 @@
# Maintainer: Jeff Huang <s8321414[at]gmail[dot]com>
# Maintainer: UtG <utg.chakra.linux[at]gmail[dot]com>
# Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
# Contributor: redzion simobrinci@gmail.com
pkgname=smtube
pkgver=15.1.0
pkgver=15.5.10
pkgrel=1
pkgdesc="Search and download videos from YouTube"
arch=('x86_64')
url="http://smplayer.sourceforge.net"
license=('GPL')
depends=('qt')
depends=('qt' 'qtwebkit')
optdepends=('mplayer: play videos with MPlayer'
'smplayer: play videos with SMPlayer'
'kdemultimedia-dragonplayer: play videos with Dragon Player'
'vlc: play videos with VLC')
install="$pkgname.install"
source=("http://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2")
md5sums=('7ae4a5b6380f25a74cea1562bb4a5d92')
md5sums=('ac05ed80bf724463512246832e57f253')
build() {
cd "$srcdir/$pkgname-$pkgver"