diff options
Diffstat (limited to 'gnome-unstable/gnome-dictionary/PKGBUILD')
-rw-r--r-- | gnome-unstable/gnome-dictionary/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/gnome-dictionary/PKGBUILD b/gnome-unstable/gnome-dictionary/PKGBUILD index a9c988d45..43d707f7b 100644 --- a/gnome-unstable/gnome-dictionary/PKGBUILD +++ b/gnome-unstable/gnome-dictionary/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 152932 2012-03-10 17:52:38Z ibiru $ +# $Id: PKGBUILD 154416 2012-03-28 10:37:52Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-dictionary -pkgver=3.3.2 +pkgver=3.4.0 pkgrel=1 pkgdesc="Look up words in dictionary sources" arch=(i686 x86_64) @@ -12,7 +12,7 @@ makedepends=('intltool' 'gnome-doc-utils') install=$pkgname.install options=(!libtool) source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('4bd6f51a98446f8c8d2bceb19bbb5221bd8b2eb2d75f23d2ad8d1045c0aafa24') +sha256sums=('70a15987617f5ae39f1fc27f7ed0a039193b4704cef7b89ed3aea30ac38f56af') build() { cd "$pkgname-$pkgver" |