Date: Thursday, March 22, 2012 @ 05:12:32 Author: heftig Revision: 154058
6.3.92.1 Modified: gcalctool/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-22 08:58:02 UTC (rev 154057) +++ PKGBUILD 2012-03-22 09:12:32 UTC (rev 154058) @@ -1,8 +1,9 @@ # $Id$ -# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Jan de Groot <[email protected]> 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 @@ 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
