summaryrefslogtreecommitdiff
path: root/extra/telepathy-kde-send-file
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-19 13:24:55 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-19 13:24:55 +0100
commit48e718656f83ad8800caf503031b4efa0e49e38a (patch)
tree2e415caf08da7fcf1724f2992cd47c99a7778bd6 /extra/telepathy-kde-send-file
parent332060e036d38d6213201ed79b5d263241ca1825 (diff)
parent19f11e0c4bbeefd65f85546a361e18532b60416a (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gtypist/PKGBUILD community/jack2/PKGBUILD community/linux-tools/PKGBUILD community/udevil/PKGBUILD extra/ntp/PKGBUILD extra/pulseaudio/PKGBUILD
Diffstat (limited to 'extra/telepathy-kde-send-file')
-rw-r--r--extra/telepathy-kde-send-file/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/telepathy-kde-send-file/PKGBUILD b/extra/telepathy-kde-send-file/PKGBUILD
index 8a0fe6c52..6d668a44e 100644
--- a/extra/telepathy-kde-send-file/PKGBUILD
+++ b/extra/telepathy-kde-send-file/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168056 2012-10-05 14:06:24Z andrea $
+# $Id: PKGBUILD 173297 2012-12-18 09:18:06Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-send-file
_pkgname=ktp-send-file
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="A File manager plugin to launch a file transfer job with a specified contact"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,10 +14,9 @@ makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
install=${pkgname}.install
source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('787813410e81fb2dfebaeed1eae3426a70405122')
+sha1sums=('023f1b8e9ceb76018e597fb7e787995cc2888e0c')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../${_pkgname}-${pkgver} \
@@ -27,6 +26,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}