diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-30 22:05:33 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-30 22:05:33 -0300 |
commit | bedcd2f994aba6abb47f717d71f5ec509b5ae1e4 (patch) | |
tree | 4c882a59f1c626c3625689a2208a95b630639482 /libre/smplayer | |
parent | 6722f23da825893a6eaf24167f297f94baf17288 (diff) | |
download | abslibre-bedcd2f994aba6abb47f717d71f5ec509b5ae1e4.tar.gz abslibre-bedcd2f994aba6abb47f717d71f5ec509b5ae1e4.tar.bz2 abslibre-bedcd2f994aba6abb47f717d71f5ec509b5ae1e4.zip |
smplayer-16.4.0-1.parabola1: updating version
Diffstat (limited to 'libre/smplayer')
-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" |