Date: Monday, May 9, 2016 @ 21:41:11 Author: heftig Revision: 267261 3.20.1-1
Modified: gnome-weather/trunk/PKGBUILD Deleted: gnome-weather/trunk/gnome-weather.install -----------------------+ PKGBUILD | 7 +++---- gnome-weather.install | 12 ------------ 2 files changed, 3 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-09 19:40:59 UTC (rev 267260) +++ PKGBUILD 2016-05-09 19:41:11 UTC (rev 267261) @@ -2,18 +2,17 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-weather -pkgver=3.20.0 +pkgver=3.20.1 pkgrel=1 pkgdesc="Access current weather conditions and forecasts" +url="https://wiki.gnome.org/Apps/Weather" arch=(any) -url="https://www.gnome.org/" license=(GPL) depends=(gtk3 gjs libgweather geoclue2) makedepends=(intltool gobject-introspection) groups=(gnome-extra) -install=gnome-weather.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('3d56c59715656c9031b42f4803ee22776a954cd0587f465590ea0f43cec5b46a') +sha256sums=('e310ecd56f396ac0e8e5652ac8b63258720034e23afbf32fbb2d509f25bbb2b6') build() { cd $pkgname-$pkgver Deleted: gnome-weather.install =================================================================== --- gnome-weather.install 2016-05-09 19:40:59 UTC (rev 267260) +++ gnome-weather.install 2016-05-09 19:41:11 UTC (rev 267261) @@ -1,12 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
