[arch-commits] Commit in konversation/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Tue Nov 27 00:33:06 UTC 2012


    Date: Monday, November 26, 2012 @ 19:33:06
  Author: stephane
Revision: 172039

upgpkg: konversation 1.4-5

add qca-ossl as optional dependency

Modified:
  konversation/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-26 22:15:12 UTC (rev 172038)
+++ PKGBUILD	2012-11-27 00:33:06 UTC (rev 172039)
@@ -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() {




More information about the arch-commits mailing list