summaryrefslogtreecommitdiff
path: root/extra/konversation
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-30 17:45:13 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-30 17:45:13 +0100
commit704027491dc998e68dc1ac8e173bb0647ec8512e (patch)
tree4dc3df4ac72df2b10f24db64fba455ab1d643aa3 /extra/konversation
parentcd972a1ebaf9446976ea495f013947a8937c15b0 (diff)
parent51867161079ab52d5152105142a3bc965c63ca03 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/erlang/PKGBUILD community/virtkey/PKGBUILD community/yaws/PKGBUILD core/openldap/PKGBUILD extra/avahi/PKGBUILD extra/gdb/PKGBUILD
Diffstat (limited to 'extra/konversation')
-rw-r--r--extra/konversation/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/konversation/PKGBUILD b/extra/konversation/PKGBUILD
index c69944aff..ff8df1217 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' 'mips64el')
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() {