summaryrefslogtreecommitdiff
path: root/libre/smplayer/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-28 15:32:20 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:14:57 -0300
commit5d7b611882cbf535586267a113301a4d43613576 (patch)
tree4a44b2e9e4a1a0f922672f191aba1512ff7c618a /libre/smplayer/PKGBUILD
parent5ed4b32b9c5370b44508bc623966c2dd3038d51b (diff)
downloadabslibre-5d7b611882cbf535586267a113301a4d43613576.tar.gz
abslibre-5d7b611882cbf535586267a113301a4d43613576.tar.bz2
abslibre-5d7b611882cbf535586267a113301a4d43613576.zip
smplayer-14.9.0.6994-1.parabola1: updating version
Diffstat (limited to 'libre/smplayer/PKGBUILD')
-rw-r--r--libre/smplayer/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD
index 430eb40a3..0191b5bbd 100644
--- a/libre/smplayer/PKGBUILD
+++ b/libre/smplayer/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 244955 2015-08-28 08:42:55Z foutrelis $
# Maintainer (Arch): Ionut Biru <ibiru@archlinux.org>
# Contributor (Arch): Allan McRae <allan@archlinux.org>
# Contributor (Arch): Alessio 'mOLOk' Bolognino <themolok@gmail.com>
@@ -7,8 +7,8 @@
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=smplayer
-pkgver=14.9.0.6690
-pkgrel=1.parabola2
+pkgver=14.9.0.6994
+pkgrel=1.parabola1
pkgdesc="A complete front-end for MPlayer, without nonfree smtube recommendation"
arch=('i686' 'x86_64')
url="http://smplayer.sourceforge.net/"
@@ -19,11 +19,14 @@ optdepends=('smplayer-themes: icon themes collection'
'smplayer-skins: skin themes collection'
'mpv: for using mpv instead of mplayer')
install=smplayer.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('75d8947682de96f7bf29c6f1a2f21391')
+source=(https://downloads.sourceforge.net/project/$pkgname/Unstable/releases/$pkgname-$pkgver.tar.bz2
+ add-missing-QDataStream-include.patch)
+md5sums=('666a589b1fc3480a29e87f0ee7efd511'
+ '418ab45eb94448fc8a2f44500c9742c2')
prepare() {
cd "$pkgname-$pkgver"
+ patch -Np1 -i ../add-missing-QDataStream-include.patch
sed -i 's|DEFINES [+][=] YOUTUBE_SUPPORT|#DEFINES += YOUTUBE_SUPPORT|
s|DEFINES [+][=] YT_USE_SCRIPT|#DEFINES += YT_USE_SCRIPT|
' src/smplayer.pro