diff options
Diffstat (limited to 'extra/gnome-weather/PKGBUILD')
-rw-r--r-- | extra/gnome-weather/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gnome-weather/PKGBUILD b/extra/gnome-weather/PKGBUILD index 227ee4050..1ed6c2a93 100644 --- a/extra/gnome-weather/PKGBUILD +++ b/extra/gnome-weather/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 185432 2013-05-14 09:43:24Z heftig $ +# $Id: PKGBUILD 196090 2013-10-07 11:52:14Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-weather -pkgver=3.8.2 +pkgver=3.10.0 pkgrel=1 pkgdesc="Access current weather conditions and forecasts" arch=(i686 x86_64 mips64el) @@ -13,8 +13,8 @@ makedepends=(intltool gobject-introspection) options=(!libtool) groups=(gnome-extra) install=gnome-weather.install -source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('cf61afac1435dbdb87e8d9e4d86bca29cf1ff2c64cefc8db696cd27dad15adf4') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('66d764a19ceebc512711a3b71c849e04021311fa12d617148bbf22c083121b69') build() { cd $pkgname-$pkgver |