diff options
Diffstat (limited to 'extra/kdeutils-kcalc/PKGBUILD')
-rw-r--r-- | extra/kdeutils-kcalc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdeutils-kcalc/PKGBUILD b/extra/kdeutils-kcalc/PKGBUILD index 3a48dfe1f..3a0b11874 100644 --- a/extra/kdeutils-kcalc/PKGBUILD +++ b/extra/kdeutils-kcalc/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 189614 2013-07-03 17:03:57Z andrea $ +# $Id: PKGBUILD 193369 2013-08-19 09:57:53Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kcalc -pkgver=4.10.5 +pkgver=4.11.0 pkgrel=1 pkgdesc='Scientific Calculator' url='http://kde.org/applications/utilities/kcalc/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz") -sha1sums=('9c9f3219482d5a90e8c90d5fc0a3fa53c947d150') +sha1sums=('e55d9b73c89343f2c2e87b0a53a948393b732953') build() { cd "${srcdir}" |