summaryrefslogtreecommitdiff
path: root/community/kio-mtp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-17 00:30:56 -0700
committerroot <root@rshg054.dnsready.net>2013-03-17 00:30:56 -0700
commit993f2994ae292cae095a0282520680c33d92af5b (patch)
tree9784eadc28df639d1dd02269687e7c9d0e5bc595 /community/kio-mtp
parentea60830c19f04f36803e26821bd9db1361489653 (diff)
Sun Mar 17 00:30:56 PDT 2013
Diffstat (limited to 'community/kio-mtp')
-rw-r--r--community/kio-mtp/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/kio-mtp/PKGBUILD b/community/kio-mtp/PKGBUILD
index 955affe07..010938ead 100644
--- a/community/kio-mtp/PKGBUILD
+++ b/community/kio-mtp/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 84594 2013-02-20 08:07:10Z eric $
+# $Id: PKGBUILD 86399 2013-03-16 10:03:49Z fyan $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
pkgname=kio-mtp
-pkgver=0.70
+pkgver=0.75
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol"
@@ -11,13 +11,12 @@ url='https://projects.kde.org/projects/playground/base/kio-mtp'
license=('GPL')
depends=('kdebase-runtime' 'libmtp')
makedepends=('cmake' 'automoc4')
-source=("ftp://ftp.archlinux.org/other/community/kio-mtp/${pkgname}-${pkgver}.tar.xz")
-md5sums=('1b4670e938acedcf565ef23cea66890e')
+source=("$pkgname-$pkgver.tar.gz::http://quickgit.kde.org/?p=kio-mtp.git&a=snapshot&h=7de86bae3623192eb468772bb187f6afffc03fe0&fmt=tgz")
build() {
mkdir build
cd build
- cmake ../${pkgname}-${pkgver} \
+ cmake ../${pkgname} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
@@ -27,3 +26,4 @@ package(){
cd build
make DESTDIR="${pkgdir}" install
}
+md5sums=('813d9de196ce969b84a14f68e1b320b9')