diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-24 03:27:57 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-24 03:27:57 +0000 |
commit | ede7515706823fff2791a9a5225bbe0473005bc9 (patch) | |
tree | 9ad2b23ce54068133e44a9ea8623cceafc930172 /extra/gnome-calculator/PKGBUILD | |
parent | 43441dafdc65181ff8165e06736998981058064c (diff) |
Tue Jun 24 03:25:03 UTC 2014
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 c4345f85b..bbf4f8ab1 100644 --- a/extra/gnome-calculator/PKGBUILD +++ b/extra/gnome-calculator/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 214066 2014-06-03 08:33:44Z jgc $ +# $Id: PKGBUILD 215383 2014-06-23 19:34:37Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-calculator -pkgver=3.12.2 +pkgver=3.12.3 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:0:4}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('da9dd34286979e88430b236982bf0c8b4415cd0c0caa0c19228fb521c08abe60') +sha256sums=('201022e26759462d1c0c3e32e0560d6b8c25540a6cfeeb9aca518837e053c32e') build() { cd $pkgname-$pkgver |