Date: Saturday, May 7, 2016 @ 06:15:27 Author: foutrelis Revision: 267100
upgpkg: xfce4-weather-plugin 0.8.7-1 - New upstream release. - Remove install file. Modified: xfce4-weather-plugin/trunk/PKGBUILD Deleted: xfce4-weather-plugin/trunk/xfce4-weather-plugin.install ------------------------------+ PKGBUILD | 7 +++---- xfce4-weather-plugin.install | 13 ------------- 2 files changed, 3 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-07 04:07:42 UTC (rev 267099) +++ PKGBUILD 2016-05-07 04:15:27 UTC (rev 267100) @@ -3,7 +3,7 @@ # Contributor: Suzy Williams <[email protected]> pkgname=xfce4-weather-plugin -pkgver=0.8.6 +pkgver=0.8.7 pkgrel=1 pkgdesc="A weather plugin for the Xfce4 panel" arch=('i686' 'x86_64') @@ -12,9 +12,8 @@ groups=('xfce4-goodies') depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme') makedepends=('intltool') -install=$pkgname.install -source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2) -sha256sums=('927c3b2c699208d63b2baf469b74c8c0dfcb98006ca9f80d75e7aec62658e6fa') +source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0') build() { cd "$srcdir/$pkgname-$pkgver" Deleted: xfce4-weather-plugin.install =================================================================== --- xfce4-weather-plugin.install 2016-05-07 04:07:42 UTC (rev 267099) +++ xfce4-weather-plugin.install 2016-05-07 04:15:27 UTC (rev 267100) @@ -1,13 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et:
