diff options
author | root <root@rshg054.dnsready.net> | 2012-10-21 01:56:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-21 01:56:19 -0700 |
commit | 159f9396cc5a7cb168fad9f3dc0e43bd790fdaeb (patch) | |
tree | 306fefe4a90b2e01ed034173f1979331a24bab00 /community/rekonq | |
parent | 9598f5141ea75ffa72a3c7c85639c6f296020ef1 (diff) |
Sun Oct 21 01:55:44 PDT 2012
Diffstat (limited to 'community/rekonq')
-rw-r--r-- | community/rekonq/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD index e54032235..22b5d042b 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 77202 2012-10-06 14:10:04Z andrea $ +# $Id: PKGBUILD 78531 2012-10-20 10:07:28Z andrea $ # Maintainer: Peter Lewis <plewis@aur.archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net> pkgname=rekonq pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc='A WebKit based web browser for KDE' arch=('i686' 'x86_64') url='http://rekonq.kde.org/' license=('GPL') depends=('kdebase-keditbookmarks' 'qoauth') makedepends=('cmake' 'automoc4') +optdepends=('qca-ossl: to use the sync handler') install=${pkgname}.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") md5sums=('97d025df580813013643b8c51675a75d') |