smtube: update to 17.1.0

This commit is contained in:
gnastyle 2017-02-01 12:16:27 +01:00
parent ba08c57ad4
commit 2a98766b69

View File

@ -1,5 +1,5 @@
pkgname=smtube pkgname=smtube
pkgver=16.7.2 pkgver=17.1.0
pkgrel=1 pkgrel=1
pkgdesc="Search and download videos from YouTube" pkgdesc="Search and download videos from YouTube"
arch=('x86_64') arch=('x86_64')
@ -15,7 +15,7 @@ optdepends=('mplayer: play videos with MPlayer'
'youtube-dl: download videos') 'youtube-dl: download videos')
install="$pkgname.install" install="$pkgname.install"
source=("http://downloads.sourceforge.net/smtube/${pkgname}-${pkgver}.tar.bz2") source=("http://downloads.sourceforge.net/smtube/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('b5e636dd2db52c37f8d1a6f38653ef690268bf2b1cac34cea596d8fc0c83c44c') sha256sums=('c128f52bfb71ca2ba1d4b8178ed1466d1b3befa29b081893876cdb93272ee4cd')
build() { build() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"