diff options
Diffstat (limited to 'libre/smplayer')
-rw-r--r-- | libre/smplayer/PKGBUILD | 5 | ||||
-rw-r--r-- | libre/smplayer/smplayer.install | 12 |
2 files changed, 2 insertions, 15 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD index f1fd7f0ed..1fa816f47 100644 --- a/libre/smplayer/PKGBUILD +++ b/libre/smplayer/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 263224 2016-03-29 12:03:52Z arojas $ +# $Id: PKGBUILD 266273 2016-04-27 16:49:26Z fyan $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Contributor (Arch): Allan McRae <allan@archlinux.org> # Contributor (Arch): Alessio 'mOLOk' Bolognino <themolok@gmail.com> @@ -8,7 +8,7 @@ pkgname=smplayer pkgver=16.4.0 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="A complete front-end for MPlayer, without nonfree smtube recommendation" arch=('i686' 'x86_64' 'armv7h') url="http://smplayer.sourceforge.net/" @@ -18,7 +18,6 @@ makedepends=('qt5-tools') optdepends=('smplayer-themes: icon themes collection' 'smplayer-skins: skin themes collection' 'mpv: for using mpv instead of mplayer') -install=smplayer.install source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) md5sums=('b89975a1edc60e1ea89159e4bd7cde07') diff --git a/libre/smplayer/smplayer.install b/libre/smplayer/smplayer.install deleted file mode 100644 index 6481cee07..000000000 --- a/libre/smplayer/smplayer.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |