Date: Thursday, January 15, 2015 @ 17:17:36 Author: fyan Revision: 229080
upgpkg: libkomparediff2 14.12.1-1 Modified: libkomparediff2/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-15 16:16:38 UTC (rev 229079) +++ PKGBUILD 2015-01-15 16:17:36 UTC (rev 229080) @@ -1,8 +1,9 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> pkgname=libkomparediff2 -pkgver=4.14.3 +pkgver=14.12.1 pkgrel=1 pkgdesc="Library to compare files and strings" url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2' @@ -10,8 +11,8 @@ license=('GPL' 'LGPL' 'FDL') depends=('kdelibs') makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('eb93b455f897ab1cbec47a64931e8b1f3e83769a') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('a245f7f6fa775c03c2452d8c7d75b297dc26e1ab') prepare() { mkdir build
