[arch-commits] Commit in telepathy-kde-send-file/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Oct 27 14:20:36 UTC 2013


    Date: Sunday, October 27, 2013 @ 15:20:36
  Author: andrea
Revision: 197619

upgpkg: telepathy-kde-send-file 0.7.0-1

Upstream release

Modified:
  telepathy-kde-send-file/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-27 14:20:33 UTC (rev 197618)
+++ PKGBUILD	2013-10-27 14:20:36 UTC (rev 197619)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-send-file
 _pkgname=ktp-send-file
-pkgver=0.6.3
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="A File manager plugin to launch a file transfer job with a specified contact"
 arch=('i686' 'x86_64')
@@ -13,11 +13,14 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('a1fb83c768967483896541f81a78820fb67dff78')
+source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('16c5fa9437b4952c045957c2344eafec665b7bcb')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \




More information about the arch-commits mailing list