summaryrefslogtreecommitdiff
path: root/libre/smplayer/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-06-13 03:24:46 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-06-13 03:24:46 -0300
commit63a3a083ad76c12281bae7b1c4b07d96645ae836 (patch)
tree07bcf857780932cf00a84b6bcf7763ce4efd8d9f /libre/smplayer/PKGBUILD
parent77ea7f147a80f6eeac644bd27b4c6165f372a517 (diff)
downloadabslibre-63a3a083ad76c12281bae7b1c4b07d96645ae836.tar.gz
abslibre-63a3a083ad76c12281bae7b1c4b07d96645ae836.tar.bz2
abslibre-63a3a083ad76c12281bae7b1c4b07d96645ae836.zip
smplayer-16.6.0-1.parabola1: updating version
Diffstat (limited to 'libre/smplayer/PKGBUILD')
-rw-r--r--libre/smplayer/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD
index 6b419ca8a..b639e88ac 100644
--- a/libre/smplayer/PKGBUILD
+++ b/libre/smplayer/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 266952 2016-05-05 15:20:22Z arojas $
+# $Id: PKGBUILD 179682 2016-06-11 17:09:39Z arojas $
# Maintainer (Arch):
# Contributor (Arch): Ionut Biru <ibiru@archlinux.org>
# Contributor (Arch): Allan McRae <allan@archlinux.org>
@@ -8,8 +8,8 @@
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=smplayer
-pkgver=16.4.0
-pkgrel=3.parabola1
+pkgver=16.6.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/"
@@ -19,14 +19,11 @@ makedepends=('qt5-tools')
optdepends=('smplayer-themes: icon themes collection'
'smplayer-skins: skin themes collection'
'mpv: for using mpv instead of mplayer')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 smplayer-dock-playlist-qt5.patch)
-md5sums=('b89975a1edc60e1ea89159e4bd7cde07'
- 'e0cfdf29daf815404501a11e7ebac2eb')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('61d6fc855d13b33eccb3f5d2a1472220')
prepare() {
cd $pkgname-$pkgver
-# Fix crash in kwin
- patch -p0 -i ../smplayer-dock-playlist-qt5.patch
sed -i 's|DEFINES [+][=] YOUTUBE_SUPPORT|#DEFINES += YOUTUBE_SUPPORT|
s|DEFINES [+][=] YT_USE_SCRIPT|#DEFINES += YT_USE_SCRIPT|