diff options
author | root <root@rshg054.dnsready.net> | 2012-04-20 00:01:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-20 00:01:59 +0000 |
commit | 68572eac2031955131806e1ab066f5aaac1396e2 (patch) | |
tree | a7ad0bf8988effbf1a55c885f968d10660055cf9 /testing/gcalctool | |
parent | 85ca6bfccdec6939881572fb1154f1a07d54937c (diff) |
Fri Apr 20 00:01:59 UTC 2012
Diffstat (limited to 'testing/gcalctool')
-rw-r--r-- | testing/gcalctool/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/gcalctool/PKGBUILD b/testing/gcalctool/PKGBUILD index dcd831257..3af4dd749 100644 --- a/testing/gcalctool/PKGBUILD +++ b/testing/gcalctool/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 155068 2012-04-01 11:32:00Z heftig $ +# $Id: PKGBUILD 156430 2012-04-18 09:26:34Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gcalctool -pkgver=6.4.0 +pkgver=6.4.1.1 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=('cfc30d6002dc9c04598a17f729b60f2d6d37a500e88f10905c817da739fa2a85') +sha256sums=('6c166b1d0fec157e523caf82d6357c4a2f572cb21729272c9975003661b8c84e') build() { cd $pkgname-$pkgver |