[arch-commits] Commit in kdeclarative/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sun Feb 15 16:39:07 UTC 2015
Date: Sunday, February 15, 2015 @ 17:39:07
Author: fyan
Revision: 231526
upgpkg: kdeclarative 5.7.0-1
Modified:
kdeclarative/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-15 16:39:03 UTC (rev 231525)
+++ PKGBUILD 2015-02-15 16:39:07 UTC (rev 231526)
@@ -1,18 +1,19 @@
# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=kdeclarative
-pkgver=5.6.0
+pkgver=5.7.0
pkgrel=1
pkgdesc='Provides integration of QML and KDE Frameworks'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/kdeclarative'
license=('LGPL')
-depends=('kio')
+depends=('kio' 'libepoxy')
makedepends=('extra-cmake-modules')
groups=('kf5')
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('d282c8a3ee5887c0304bd952cfbc3a6f')
+md5sums=('414cb5a4c26c5c3150c2867e29ec0181')
prepare() {
mkdir build
More information about the arch-commits
mailing list