Date: Saturday, March 7, 2015 @ 20:09:22 Author: foutrelis Revision: 232994
upgpkg: smplayer 14.9.0.6690-1 New upstream release. Modified: smplayer/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-07 19:06:02 UTC (rev 232993) +++ PKGBUILD 2015-03-07 19:09:22 UTC (rev 232994) @@ -5,7 +5,7 @@ # Contributor: shamrok <[email protected]> pkgname=smplayer -pkgver=14.9.0 +pkgver=14.9.0.6690 pkgrel=1 pkgdesc="A complete front-end for MPlayer" arch=('i686' 'x86_64') @@ -15,10 +15,11 @@ makedepends=('qt5-tools') optdepends=('smplayer-themes: icon themes collection' 'smplayer-skins: skin themes collection' - 'smtube: browse and play youtube videos') + 'smtube: browse and play youtube videos' + 'mpv: for using mpv instead of mplayer') install=smplayer.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('34bd6762f684064bafdaea0afa4e2d40') +md5sums=('75d8947682de96f7bf29c6f1a2f21391') build() { cd "$pkgname-$pkgver"
