diff options
author | root <root@rshg054.dnsready.net> | 2011-09-20 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-20 23:14:47 +0000 |
commit | d739da01541d53414129d3171df221cfe2440fe5 (patch) | |
tree | 065870578009b02f2759485f0eb33cf37d7e12bf /gnome-unstable/gnome-utils/PKGBUILD | |
parent | df65be2b18070d63ffd056e8563279e4646bee9a (diff) |
Tue Sep 20 23:14:47 UTC 2011
Diffstat (limited to 'gnome-unstable/gnome-utils/PKGBUILD')
-rw-r--r-- | gnome-unstable/gnome-utils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/gnome-utils/PKGBUILD b/gnome-unstable/gnome-utils/PKGBUILD index 210665222..3c8b0f8da 100644 --- a/gnome-unstable/gnome-utils/PKGBUILD +++ b/gnome-unstable/gnome-utils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 136813 2011-09-01 19:23:30Z ibiru $ +# $Id: PKGBUILD 138251 2011-09-19 15:30:31Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gnome-utils -pkgver=3.1.90 +pkgver=3.1.92 pkgrel=1 pkgdesc="Common GNOME utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files" arch=(i686 x86_64) @@ -14,7 +14,7 @@ url="http://www.gnome.org" groups=('gnome-extra') install=gnome-utils.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('edb1f156bd44494588b61be7150d3496bd2daeca0848a5d7baf51f87017cf54e') +sha256sums=('0a988e612e41333efd4b8842704b6333a19cdf673a4d0699be93c9bd9dfae4bb') build() { cd "${srcdir}/${pkgname}-${pkgver}" |