diff options
Diffstat (limited to 'extra/gnome-dictionary')
-rw-r--r-- | extra/gnome-dictionary/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnome-dictionary/PKGBUILD b/extra/gnome-dictionary/PKGBUILD index 07aa9a54e..565988e8f 100644 --- a/extra/gnome-dictionary/PKGBUILD +++ b/extra/gnome-dictionary/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 169894 2012-10-30 22:33:54Z heftig $ +# $Id: PKGBUILD 183378 2013-04-21 22:09:49Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-dictionary pkgver=3.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Look up words in dictionary sources" arch=(i686 x86_64 mips64el) url="http://gnome.org" @@ -11,7 +11,7 @@ depends=('dconf' 'gtk3') makedepends=('intltool' 'itstool' 'docbook-xsl') install=$pkgname.install options=(!libtool) -groups=('gnome-extra') +groups=('gnome') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9') |