Date: Friday, February 20, 2015 @ 15:57:04 Author: arojas Revision: 128029
Update to 0.8 Modified: kdeconnect/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-20 11:12:23 UTC (rev 128028) +++ PKGBUILD 2015-02-20 14:57:04 UTC (rev 128029) @@ -1,20 +1,21 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com> pkgname=kdeconnect -pkgver=0.7.3 +pkgver=0.8 pkgrel=1 pkgdesc='Adds communication between KDE and your smartphone' url='https://projects.kde.org/projects/playground/base/kdeconnect-kde' -license=('GPL') -arch=('i686' 'x86_64') -depends=('kdelibs' 'qjson' 'qca-ossl' 'libfakekey') -makedepends=('automoc4' 'cmake') +license=(GPL) +arch=(i686 x86_64) +depends=(kdebase-runtime qca-ossl libfakekey) +makedepends=(automoc4 cmake) optdepends=('sshfs: remote filesystem browser') install="${pkgname}.install" source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz") -md5sums=('261e2b3412ed28e6f67e0ef2187b1854') +md5sums=('7b84ebf785f44a1d022a1c0915555f5d') prepare() { mkdir build
