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-text-ui/PKGBUILD | |
parent | 154321f7346db5c32dbdf9c730735969eabbd88f (diff) |
Thu Jan 16 03:32:12 UTC 2014
Diffstat (limited to 'extra/telepathy-kde-text-ui/PKGBUILD')
-rw-r--r-- | extra/telepathy-kde-text-ui/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/telepathy-kde-text-ui/PKGBUILD b/extra/telepathy-kde-text-ui/PKGBUILD index ab5148fed..167622322 100644 --- a/extra/telepathy-kde-text-ui/PKGBUILD +++ b/extra/telepathy-kde-text-ui/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 197622 2013-10-27 14:20:52Z andrea $ +# $Id: PKGBUILD 204079 2014-01-15 08:54:39Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> pkgname=telepathy-kde-text-ui _pkgname=ktp-text-ui -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc="Telepathy handler for Text Chats" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ license=('GPL') depends=('telepathy-kde-contact-list' 'telepathy-logger-qt') makedepends=('cmake' 'automoc4' 'boost') groups=('kde-telepathy') -source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('f940e7ae031d5ad897906efad3b8f37e3197bd95') +source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") +sha1sums=('716372b35184c6997361ca67d9cea887125b745e') prepare() { mkdir build |