Date: Tuesday, July 1, 2014 @ 09:19:06 Author: fyan Revision: 113863 upgpkg: kio-mtp 0.75.20140630-1
Modified: kio-mtp/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-01 07:16:46 UTC (rev 113862) +++ PKGBUILD 2014-07-01 07:19:06 UTC (rev 113863) @@ -1,9 +1,11 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> # Contributor: Antonio Rojas < nqn1976 @ gmail.com > pkgname=kio-mtp -pkgver=0.75 +_commit=e891a0b78cbffada5f63eb243d42ae3952cc7719 +pkgver=0.75.20140630 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol" @@ -10,12 +12,14 @@ url='https://projects.kde.org/projects/playground/base/kio-mtp' license=('GPL') depends=('kdebase-runtime' 'libmtp') -makedepends=('cmake' 'automoc4') -source=("$pkgname-$pkgver.tar.gz::http://quickgit.kde.org/?p=kio-mtp.git&a=snapshot&h=7de86bae3623192eb468772bb187f6afffc03fe0&fmt=tgz") +makedepends=('cmake' 'automoc4' 'git') +source=("git://anongit.kde.org/kio-mtp#commit=$_commit") +md5sums=('SKIP') build() { mkdir build cd build + cmake ../${pkgname} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr @@ -26,4 +30,4 @@ cd build make DESTDIR="${pkgdir}" install } -md5sums=('813d9de196ce969b84a14f68e1b320b9') +
