diff options
author | root <root@rshg054.dnsready.net> | 2013-07-24 01:48:51 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-24 01:48:51 -0700 |
commit | f4264e218200b57dd39b57531ba086d107e967b5 (patch) | |
tree | 629956f80b884c469cec9086e9af554e304bc1ae /extra/gnome-dictionary | |
parent | 1716a100d147ef9079e1e52eb74040579a00c2ad (diff) |
Wed Jul 24 01:48:49 PDT 2013
Diffstat (limited to 'extra/gnome-dictionary')
-rw-r--r-- | extra/gnome-dictionary/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gnome-dictionary/PKGBUILD b/extra/gnome-dictionary/PKGBUILD index cb0b1e043..06234012a 100644 --- a/extra/gnome-dictionary/PKGBUILD +++ b/extra/gnome-dictionary/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183378 2013-04-21 22:09:49Z heftig $ +# $Id: PKGBUILD 191351 2013-07-23 18:22:13Z jgc $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-dictionary -pkgver=3.6.0 -pkgrel=2 +pkgver=3.8.0 +pkgrel=1 pkgdesc="Look up words in dictionary sources" arch=(i686 x86_64) url="http://gnome.org" @@ -13,7 +13,7 @@ install=$pkgname.install options=(!libtool) groups=('gnome') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9') +sha256sums=('faebbca7684aeef5ff4111305bc8e0c1790b0551445df404b68f3d7cf2c50421') build() { cd "$pkgname-$pkgver" |