diff options
Diffstat (limited to 'extra/gnome-weather/PKGBUILD')
-rw-r--r-- | extra/gnome-weather/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/gnome-weather/PKGBUILD b/extra/gnome-weather/PKGBUILD index 1ed6c2a93..8da9ebd56 100644 --- a/extra/gnome-weather/PKGBUILD +++ b/extra/gnome-weather/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 196090 2013-10-07 11:52:14Z jgc $ +# $Id: PKGBUILD 198039 2013-10-30 12:25:50Z allan $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-weather -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="Access current weather conditions and forecasts" arch=(i686 x86_64 mips64el) @@ -10,11 +10,10 @@ url="https://www.gnome.org/" license=(GPL) depends=(gtk3 gjs libgweather) makedepends=(intltool gobject-introspection) -options=(!libtool) groups=(gnome-extra) install=gnome-weather.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('66d764a19ceebc512711a3b71c849e04021311fa12d617148bbf22c083121b69') +sha256sums=('e0f2503c2cc9ced72da7728b262a767342b82852a74196db44377d18f1820fe4') build() { cd $pkgname-$pkgver |