diff options
Diffstat (limited to 'gnome-unstable/gcalctool/PKGBUILD')
-rw-r--r-- | gnome-unstable/gcalctool/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnome-unstable/gcalctool/PKGBUILD b/gnome-unstable/gcalctool/PKGBUILD index f2448bee1..39c3cde2a 100644 --- a/gnome-unstable/gcalctool/PKGBUILD +++ b/gnome-unstable/gcalctool/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 152953 2012-03-10 19:50:51Z heftig $ -# Maintainer: Jan de Groot <jgc@archlinux.org> +# $Id: PKGBUILD 154059 2012-03-22 09:13:56Z heftig $ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> +# Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gcalctool -pkgver=6.3.5 +pkgver=6.3.92.1 pkgrel=1 pkgdesc="GNOME Scientific calculator" arch=('i686' 'x86_64') @@ -13,8 +14,8 @@ groups=('gnome-extra') options=(!emptydirs) url="http://www.gnome.org" install=gcalctool.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('03dabdb4c3841aff6e75a5d7a57cb3884445b66b9680c7675cd83f08c8cac4e7') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('909e7430005c347c31321a49f43752ce7017ce074342f0bf75be4761c81460dc') build() { cd $pkgname-$pkgver |