diff options
author | root <root@rshg054.dnsready.net> | 2013-05-15 01:14:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-15 01:14:48 -0700 |
commit | 51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a (patch) | |
tree | 00044126c105926c03e23c9611be579689db2b8b /extra/gnome-calculator/PKGBUILD | |
parent | 2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (diff) |
Wed May 15 01:14:48 PDT 2013
Diffstat (limited to 'extra/gnome-calculator/PKGBUILD')
-rw-r--r-- | extra/gnome-calculator/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnome-calculator/PKGBUILD b/extra/gnome-calculator/PKGBUILD index 91bb8f9b3..cdec3899c 100644 --- a/extra/gnome-calculator/PKGBUILD +++ b/extra/gnome-calculator/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183370 2013-04-21 22:09:37Z heftig $ +# $Id: PKGBUILD 185451 2013-05-14 10:16:40Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-calculator -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="GNOME Scientific calculator" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ options=(!emptydirs) url="http://www.gnome.org" install=gnome-calculator.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('24ae856c90a3df62c52dc413ceb2c9bad15e7ad146de0469b53c70681a4ad435') +sha256sums=('13d67b6dfa2501b883add8adf5470c5fea5eb1f1fa87f84e8ceda069418f1e81') build() { cd $pkgname-$pkgver |