diff options
Diffstat (limited to 'community/rekonq/PKGBUILD')
-rw-r--r-- | community/rekonq/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD index d4c4e9f15..dcd7122a6 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93287 2013-07-01 06:22:40Z andrea $ +# $Id: PKGBUILD 101077 2013-11-16 03:53:07Z 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=2.3.2 +pkgver=2.4.0 pkgrel=1 pkgdesc='A WebKit based web browser for KDE' arch=('i686' 'x86_64' 'mips64el') @@ -15,11 +15,14 @@ makedepends=('cmake' 'automoc4') optdepends=('kdebase-konqueror: search engines support' 'qca-ossl: to use the sync handler') install=${pkgname}.install -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('9cfdb7e02a08ad4d2b5dd6e8bd1c85c11013f41a3186c8c5c22454093722bc74') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('660f40fe612b6706623977d8cdb94b49aaacdb53aac2689d95f02d782ce2715b') -build(){ +prepare() { mkdir build +} + +build(){ cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ |