Date: Friday, January 16, 2015 @ 05:08:29 Author: fyan Revision: 229182
upgpkg: kdegames-kblocks 14.12.1-1 Modified: kdegames-kblocks/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-16 04:06:33 UTC (rev 229181) +++ PKGBUILD 2015-01-16 04:08:29 UTC (rev 229182) @@ -1,8 +1,9 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> pkgname=kdegames-kblocks -pkgver=4.14.3 +pkgver=14.12.1 pkgrel=1 pkgdesc="The classic falling blocks game" url="http://kde.org/applications/games/kblocks/" @@ -12,8 +13,8 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/kblocks-${pkgver}.tar.xz") -sha1sums=('eb8d248036f07766c3812b588dc6e3e4d7462b7e') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz") +sha1sums=('c734f1cf16db61e98fd762a034311e7414e8d82c') build() { mkdir build
