[arch-commits] Commit in telepathy-kde-text-ui/trunk (PKGBUILD)

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


    Date: Tuesday, December 18, 2012 @ 04:18:11
  Author: andrea
Revision: 173298

upgpkg: telepathy-kde-text-ui 0.5.2-1

Upstream release

Modified:
  telepathy-kde-text-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-18 09:18:06 UTC (rev 173297)
+++ PKGBUILD	2012-12-18 09:18:11 UTC (rev 173298)
@@ -4,8 +4,8 @@
 
 pkgname=telepathy-kde-text-ui
 _pkgname=ktp-text-ui
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
 pkgdesc="Telepathy handler for Text Chats"
 arch=('i686' 'x86_64')
 url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
@@ -14,10 +14,9 @@
 makedepends=('cmake' 'automoc4' 'boost')
 groups=('kde-telepathy')
 source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('c239446f43badfdb39fcc139aa6fe05917d86d2e')
+sha1sums=('5dd8d66b9011d96c0637f4b15e6c3912edef6c17')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list