Date: Sunday, February 15, 2015 @ 16:37:28 Author: fyan Revision: 231487
upgpkg: kauth 5.7.0-1 Modified: kauth/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-15 15:37:20 UTC (rev 231486) +++ PKGBUILD 2015-02-15 15:37:28 UTC (rev 231487) @@ -1,8 +1,9 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> pkgname=kauth -pkgver=5.6.0 +pkgver=5.7.0 pkgrel=1 pkgdesc='Abstraction to system policy and authentication features' arch=('i686' 'x86_64') @@ -12,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -md5sums=('f13bc083f650a33b510848d5f93612b4') +md5sums=('355a74f81d18f551561459533ddad859') prepare() { mkdir -p build
