[arch-commits] Commit in telepathy-kde-integration-module/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Dec 18 09:16:58 UTC 2012


    Date: Tuesday, December 18, 2012 @ 04:16:58
  Author: andrea
Revision: 173293

upgpkg: telepathy-kde-integration-module 0.5.2.1-1

Upstream release

Modified:
  telepathy-kde-integration-module/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-18 09:16:52 UTC (rev 173292)
+++ PKGBUILD	2012-12-18 09:16:58 UTC (rev 173293)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-integration-module
 _pkgname=ktp-kded-integration-module
-pkgver=0.5.1
+pkgver=0.5.2.1
 pkgrel=1
 pkgdesc="Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors"
 arch=('i686' 'x86_64')
@@ -12,11 +12,10 @@
 depends=('telepathy-kde-common-internals')
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
-source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('f40e105072f0457ee71d6149ea48307a82a27465')
+source=("http://download.kde.org/unstable/kde-telepathy/0.5.2/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('96d8a52a85517ab95afe71f6828e18d26fb9c8d3')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list