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

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Feb 17 22:54:58 UTC 2013


    Date: Sunday, February 17, 2013 @ 23:54:57
  Author: andrea
Revision: 178191

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

Upstream release

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-17 22:54:54 UTC (rev 178190)
+++ PKGBUILD	2013-02-17 22:54:57 UTC (rev 178191)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-integration-module
 _pkgname=ktp-kded-integration-module
-pkgver=0.5.2.1
+pkgver=0.5.3
 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,13 +12,13 @@
 depends=('telepathy-kde-common-internals')
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
-source=("http://download.kde.org/unstable/kde-telepathy/0.5.2/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('96d8a52a85517ab95afe71f6828e18d26fb9c8d3')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('8d0c37001aec7dfa01349ae943ff28a8270dfbac')
 
 build() {
   mkdir build
   cd build
-  cmake ../${_pkgname}-0.5.2 \
+  cmake ../${_pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release
   make




More information about the arch-commits mailing list