Date: Friday, May 6, 2016 @ 20:46:47 Author: arojas Revision: 267039 Update to 3.6.1, remove install file
Modified: quodlibet/trunk/PKGBUILD Deleted: quodlibet/trunk/quodlibet.install -------------------+ PKGBUILD | 5 ++--- quodlibet.install | 12 ------------ 2 files changed, 2 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-06 18:42:31 UTC (rev 267038) +++ PKGBUILD 2016-05-06 18:46:47 UTC (rev 267039) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=quodlibet -pkgver=3.5.1 +pkgver=3.6.1 pkgrel=1 pkgdesc="An audio library tagger, manager and player" arch=('any') @@ -28,9 +28,8 @@ conflicts=('quodlibet-plugins') replaces=('quodlibet-plugins') options=('!makeflags') -install=quodlibet.install source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz) -sha1sums=('d67c5af74a53fe43610c67acf4885fb6a51eb579') +sha1sums=('1fd18321043c65113fc0fee0100f9841eba2ff01') build() { cd ${pkgname}-release-${pkgver}/quodlibet Deleted: quodlibet.install =================================================================== --- quodlibet.install 2016-05-06 18:42:31 UTC (rev 267038) +++ quodlibet.install 2016-05-06 18:46:47 UTC (rev 267039) @@ -1,12 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
