diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-30 22:29:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-30 22:44:28 -0300 |
commit | c274826a1860cd33391dcb7a8a836e953b5185fa (patch) | |
tree | fb8da21249d0519cc678e0e135d024d06cbe1998 | |
parent | 264a11b7be394ff3c10b18ce6d17c938eea95d8c (diff) | |
download | abslibre-c274826a1860cd33391dcb7a8a836e953b5185fa.tar.gz abslibre-c274826a1860cd33391dcb7a8a836e953b5185fa.tar.bz2 abslibre-c274826a1860cd33391dcb7a8a836e953b5185fa.zip |
smplayer-15.11.0-1.parabola1: updating version
-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 bd36156a6..35f070628 100644 --- a/libre/smplayer/PKGBUILD +++ b/libre/smplayer/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 247934 2015-09-30 19:11:10Z arojas $ +# $Id: PKGBUILD 252081 2015-11-30 19:57:56Z 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=15.9.0 +pkgver=15.11.0 pkgrel=1.parabola1 pkgdesc="A complete front-end for MPlayer, without nonfree smtube recommendation" arch=('i686' 'x86_64') @@ -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=('6ab6f96030df63b79f3a28fb3f99107d') +md5sums=('e6f459f640908df2403381a39a27cdba') prepare() { cd "$pkgname-$pkgver" |