diff options
Diffstat (limited to 'extra/libgweather/PKGBUILD')
-rw-r--r-- | extra/libgweather/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libgweather/PKGBUILD b/extra/libgweather/PKGBUILD index 5527147f5..ab8619abc 100644 --- a/extra/libgweather/PKGBUILD +++ b/extra/libgweather/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 196114 2013-10-07 11:52:53Z jgc $ +# $Id: PKGBUILD 198179 2013-10-30 13:17:18Z allan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libgweather -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="Provides access to weather information from the net" arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('libsoup' 'gnome-icon-theme' 'gtk3') makedepends=('intltool' 'gobject-introspection' 'vala') -options=('!libtool' '!emptydirs') +options=('!emptydirs') url="http://www.gnome.org/" install=libgweather.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('4feab6e5c6eb4df85e7d134982a18a6196e63bc8179cfe5a25fc727482c52996') +sha256sums=('ae8e785f6798b4fe4cf1461c57faf1c0625716ccb92ea927e091840a1205cfc7') build() { cd "$pkgname-$pkgver" |