kcoreaddons: updated to latest

This commit is contained in:
Fabian Kosmale 2014-06-21 22:19:49 +00:00
parent c10ec385be
commit 319bfc7835
2 changed files with 3 additions and 3 deletions

View File

@ -8,5 +8,5 @@ KFVersion="4.100.0"
KFBuildType="RelWithDebInfo"
function getSum() {
awk "\$2 ~ /${1}/ {print \$1}" ../frameworks.sums ;
awk "\$2 ~ /${1}-/ {print \$1}" ../frameworks.sums ;
}

View File

@ -10,11 +10,11 @@ arch=('i686' 'x86_64')
url='${KFServer}/kcoreaddons'
license=('LGPL')
depends=('qt5-base' 'shared-mime-info')
makedepends=('extra-cmake-modules')
makedepends=('extra-cmake-modules' 'qt5-tools')
groups=('kf5')
install=kcoreaddons.install
source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
md5sums=('5bbc9d56e3effdf902a66886e9b869ac')
sha256sums=( $(getSum ${pkgname}) )
prepare() {
mkdir -p build