diff options
Diffstat (limited to 'libre/smplayer')
-rw-r--r-- | libre/smplayer/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD index 3753c6d6a..ca27647ee 100644 --- a/libre/smplayer/PKGBUILD +++ b/libre/smplayer/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 252896 2015-12-06 17:42:03Z arojas $ +# $Id: PKGBUILD 258157 2016-01-13 09:16:36Z arojas $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Contributor (Arch): Allan McRae <allan@archlinux.org> # Contributor (Arch): Alessio 'mOLOk' Bolognino <themolok@gmail.com> @@ -7,20 +7,20 @@ # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=smplayer -pkgver=15.11.0 -pkgrel=2.parabola1 +pkgver=16.1.0 +pkgrel=1.parabola1 pkgdesc="A complete front-end for MPlayer, without nonfree smtube recommendation" arch=('i686' 'x86_64' 'armv7h') url="http://smplayer.sourceforge.net/" license=('GPL') -depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11') +depends=('qt5-script' 'mplayer' 'hicolor-icon-theme') makedepends=('qt5-tools') optdepends=('smplayer-themes: icon themes collection' 'smplayer-skins: skin themes collection' 'mpv: for using mpv instead of mplayer') install=smplayer.install source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('e6f459f640908df2403381a39a27cdba') +md5sums=('3a85e04132a97c739f3cbd919252c65f') prepare() { cd "$pkgname-$pkgver" |