Date: Friday, May 13, 2016 @ 21:06:40 Author: arojas Revision: 175229
Update to 0.6.0, hooks rebuild Modified: variety/trunk/PKGBUILD Deleted: variety/trunk/variety.install -----------------+ PKGBUILD | 5 ++--- variety.install | 11 ----------- 2 files changed, 2 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-13 19:02:13 UTC (rev 175228) +++ PKGBUILD 2016-05-13 19:06:40 UTC (rev 175229) @@ -2,7 +2,7 @@ # Maintainer : Martin Wimpress <[email protected]> pkgname=variety -pkgver=0.5.5 +pkgver=0.6.0 pkgrel=1 pkgdesc='Changes the wallpaper on a regular interval using user-specified or automatically downloaded images.' url="http://peterlevi.com/variety/" @@ -15,8 +15,7 @@ optdepends=('yelp: for reading help documents') makedepends=('python2-distutils-extra') source=("https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz") -sha256sums=('a50dc0ddc6a55fc0b114a9e898d4c72d4e1f3aecdabca2eae2552491291ab2dd') -install=${pkgname}.install +sha256sums=('f3760ac546073bb68f840f5eafffaf6a265e5be39aaa36462ff74547fe0594d0') package() { cd "${srcdir}/${pkgname}" Deleted: variety.install =================================================================== --- variety.install 2016-05-13 19:02:13 UTC (rev 175228) +++ variety.install 2016-05-13 19:06:40 UTC (rev 175229) @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
