summaryrefslogtreecommitdiff
path: root/community/rekonq
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-05 10:13:26 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-05 10:13:26 -0300
commitd333dde0a4d6295e9530ab8e988efa1d654e8716 (patch)
treed48731194cdad2fb424ac33b6162669321a504b2 /community/rekonq
parent7d1ef93386fa989f029f02c870375cd8de31129d (diff)
parentc973e7aa43bb6c3bb4e25503eea40ddee63fcefd (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/blobby2/PKGBUILD community/gtk2hs-buildtools/PKGBUILD extra/qt/PKGBUILD
Diffstat (limited to 'community/rekonq')
-rw-r--r--community/rekonq/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD
index 9881cfc15..4674a473b 100644
--- a/community/rekonq/PKGBUILD
+++ b/community/rekonq/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 78531 2012-10-20 10:07:28Z andrea $
+# $Id: PKGBUILD 79425 2012-11-04 20:15:12Z plewis $
# 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=2
+pkgver=1.3
+pkgrel=1
pkgdesc='A WebKit based web browser for KDE'
arch=('i686' 'x86_64' 'mips64el')
url='http://rekonq.kde.org/'
@@ -15,10 +15,10 @@ 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')
+sha256sums=('8db67e674b3dd013a6511f9612829f958ca95a2d515f89fb999f5568bfed7ffb')
build(){
- mkdir build
+ mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \