summaryrefslogtreecommitdiff
path: root/extra/smplayer/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-13 01:16:28 -0700
committerroot <root@rshg054.dnsready.net>2013-05-13 01:16:28 -0700
commit66cb4a487ad73063c6b000279a5d5558fb7603f5 (patch)
treeee73bbc414ba8aec6b9a578578ceaabd38fff01e /extra/smplayer/PKGBUILD
parent5b9e0d821dd428792bd51ed03af2b800924ce69d (diff)
Mon May 13 01:16:27 PDT 2013
Diffstat (limited to 'extra/smplayer/PKGBUILD')
-rw-r--r--extra/smplayer/PKGBUILD17
1 files changed, 4 insertions, 13 deletions
diff --git a/extra/smplayer/PKGBUILD b/extra/smplayer/PKGBUILD
index 6aaf6b25b..999b2b0b4 100644
--- a/extra/smplayer/PKGBUILD
+++ b/extra/smplayer/PKGBUILD
@@ -1,29 +1,20 @@
-# $Id: PKGBUILD 184186 2013-05-03 10:19:10Z foutrelis $
+# $Id: PKGBUILD 185252 2013-05-12 15:00:41Z foutrelis $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
# Contributor: shamrok <szamrok@gmail.com>
pkgname=smplayer
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.8.5
+pkgrel=1
pkgdesc="A complete front-end for MPlayer"
arch=('i686' 'x86_64')
url="http://smplayer.sourceforge.net/"
license=('GPL')
depends=('qt4' 'mplayer')
-makedepends=('optipng')
install=smplayer.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('4691b569c4209d7e5a2c1386d9319881')
-
-prepare() {
- cd "$pkgname-$pkgver"
-
- # Fix invalid PNG icons to work with libpng 1.6
- # http://sourceforge.net/p/smplayer/bugs/571/
- find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
+md5sums=('deb781ecdc4dd9f0533ccce8f1772865')
build() {
cd "$pkgname-$pkgver"