Date: Friday, January 16, 2015 @ 08:22:40 Author: fyan Revision: 229344
upgpkg: kdeutils-kcalc 14.12.1-1 Modified: kdeutils-kcalc/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-16 07:21:59 UTC (rev 229343) +++ PKGBUILD 2015-01-16 07:22:40 UTC (rev 229344) @@ -1,8 +1,9 @@ # $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> pkgname=kdeutils-kcalc -pkgver=4.14.3 +pkgver=14.12.1 pkgrel=1 pkgdesc='Scientific Calculator' url='http://kde.org/applications/utilities/kcalc/' @@ -12,8 +13,8 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz") -sha1sums=('0990a35d1fe97b4d4157b6ce6d8e13d199934dad') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz") +sha1sums=('6ebda807134de51097fddfbc54a491abd7e3d880') build() { cd "${srcdir}"