diff options
author | root <root@rshg054.dnsready.net> | 2012-11-29 02:32:15 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-29 02:32:15 -0800 |
commit | fd13fc6dba397df448ce6ecf87e806fdc3a8f3cd (patch) | |
tree | 5635460ffbb1eefba5dd2d0af61c5c7eb08e9dbd /extra/konversation | |
parent | 5c5e1e3a998a54db424b8261fac042ab41745d99 (diff) |
Thu Nov 29 02:28:50 PST 2012
Diffstat (limited to 'extra/konversation')
-rw-r--r-- | extra/konversation/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/konversation/PKGBUILD b/extra/konversation/PKGBUILD index 267963aba..7b35aeafd 100644 --- a/extra/konversation/PKGBUILD +++ b/extra/konversation/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 170102 2012-11-01 18:41:11Z stephane $ +# $Id: PKGBUILD 172103 2012-11-28 12:37:26Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: James Rayner <iphitus@gmail.com> @@ -6,18 +6,19 @@ pkgname=konversation pkgver=1.4 -pkgrel=4 +pkgrel=5 pkgdesc="A user friendly IRC client for KDE" arch=('i686' 'x86_64') url="http://konversation.kde.org" depends=('kdebase-runtime' 'kdepimlibs') makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml') optdepends=('python: python scripting support' - 'kdebase-konsole: open a terminal in konversation') + 'kdebase-konsole: open a terminal in konversation' + 'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC support') license=('GPL2' 'FDL') install=${pkgname}.install options=('!makeflags') -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +source=("http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777') build() { |