diff options
Diffstat (limited to 'extra/telepathy-kde-contact-runner/PKGBUILD')
-rw-r--r-- | extra/telepathy-kde-contact-runner/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/telepathy-kde-contact-runner/PKGBUILD b/extra/telepathy-kde-contact-runner/PKGBUILD index 3bd877ccc..95f1f2bf2 100644 --- a/extra/telepathy-kde-contact-runner/PKGBUILD +++ b/extra/telepathy-kde-contact-runner/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 197612 2013-10-27 14:20:03Z andrea $ +# $Id: PKGBUILD 204069 2014-01-15 08:53:42Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-contact-runner _pkgname=ktp-contact-runner -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc="KRunner plugin for KDE Telepathy" 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=('cbba565c8fbb56857824ff8c18a14bf8094fc4e9') +source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") +sha1sums=('e471fab931fa11f915143f502f48af75d031a3e2') prepare() { mkdir build |