diff options
-rw-r--r-- | libre/smplayer/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD index ca27647ee..f1fd7f0ed 100644 --- a/libre/smplayer/PKGBUILD +++ b/libre/smplayer/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 258157 2016-01-13 09:16:36Z arojas $ +# $Id: PKGBUILD 263224 2016-03-29 12:03:52Z arojas $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Contributor (Arch): Allan McRae <allan@archlinux.org> # Contributor (Arch): Alessio 'mOLOk' Bolognino <themolok@gmail.com> @@ -7,7 +7,7 @@ # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=smplayer -pkgver=16.1.0 +pkgver=16.4.0 pkgrel=1.parabola1 pkgdesc="A complete front-end for MPlayer, without nonfree smtube recommendation" arch=('i686' 'x86_64' 'armv7h') @@ -20,7 +20,7 @@ optdepends=('smplayer-themes: icon themes collection' 'mpv: for using mpv instead of mplayer') install=smplayer.install source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('3a85e04132a97c739f3cbd919252c65f') +md5sums=('b89975a1edc60e1ea89159e4bd7cde07') prepare() { cd "$pkgname-$pkgver" |