diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-16 03:37:59 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-16 03:37:59 +0000 |
commit | b296a78e1469d58c52acc47586bd5bb84f25fc0f (patch) | |
tree | a7bd50ca00f66f43ab58a4e79740737a82cf6991 /extra/telepathy-kde-integration-module | |
parent | 154321f7346db5c32dbdf9c730735969eabbd88f (diff) |
Thu Jan 16 03:32:12 UTC 2014
Diffstat (limited to 'extra/telepathy-kde-integration-module')
-rw-r--r-- | extra/telepathy-kde-integration-module/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/telepathy-kde-integration-module/PKGBUILD b/extra/telepathy-kde-integration-module/PKGBUILD index 1f3ece5e5..6d7049358 100644 --- a/extra/telepathy-kde-integration-module/PKGBUILD +++ b/extra/telepathy-kde-integration-module/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 197618 2013-10-27 14:20:33Z andrea $ +# $Id: PKGBUILD 204075 2014-01-15 08:54:14Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-integration-module _pkgname=ktp-kded-integration-module -pkgver=0.7.0 +pkgver=0.7.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,8 +12,8 @@ license=('GPL') depends=('telepathy-kde-common-internals') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') -source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('0ce145e4a9354e40d19806febf5d8ad8097b13de') +source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") +sha1sums=('8b6d69ef333140d130d0ade8c36317d8385050e4') prepare() { mkdir build |