diff options
Diffstat (limited to 'gnome-unstable/gcalctool/PKGBUILD')
-rw-r--r-- | gnome-unstable/gcalctool/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/gcalctool/PKGBUILD b/gnome-unstable/gcalctool/PKGBUILD index 39c3cde2a..b14793211 100644 --- a/gnome-unstable/gcalctool/PKGBUILD +++ b/gnome-unstable/gcalctool/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 154059 2012-03-22 09:13:56Z heftig $ +# $Id: PKGBUILD 154641 2012-03-30 13:36:41Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gcalctool -pkgver=6.3.92.1 +pkgver=6.4.0 pkgrel=1 pkgdesc="GNOME Scientific calculator" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ options=(!emptydirs) url="http://www.gnome.org" install=gcalctool.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('909e7430005c347c31321a49f43752ce7017ce074342f0bf75be4761c81460dc') +sha256sums=('cfc30d6002dc9c04598a17f729b60f2d6d37a500e88f10905c817da739fa2a85') build() { cd $pkgname-$pkgver |