Date: Friday, January 16, 2015 @ 05:30:10 Author: fyan Revision: 229196
upgpkg: kdegames-kigo 14.12.1-1 Modified: kdegames-kigo/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-16 04:29:39 UTC (rev 229195) +++ PKGBUILD 2015-01-16 04:30:10 UTC (rev 229196) @@ -1,8 +1,9 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> pkgname=kdegames-kigo -pkgver=4.14.3 +pkgver=14.12.1 pkgrel=1 pkgdesc="An open-source implementation of the popular Go game" url="http://kde.org/applications/games/kigo/" @@ -12,8 +13,8 @@ depends=('kdebase-runtime' 'libkdegames' 'gnugo') makedepends=('cmake' 'automoc4') install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/kigo-${pkgver}.tar.xz") -sha1sums=('21ae8f4c9f7abee0fbcf8eaa6767405f057507e3') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kigo-${pkgver}.tar.xz") +sha1sums=('131ce0dec4d37dd17c13c365588123aeb661a4ff') build() { mkdir build
