summaryrefslogtreecommitdiff
path: root/community/rekonq
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-05 01:22:33 -0800
committerroot <root@rshg054.dnsready.net>2012-11-05 01:22:33 -0800
commitc973e7aa43bb6c3bb4e25503eea40ddee63fcefd (patch)
treee85abee1aa1274c3d6a6f317c1a7f9df28e483f4 /community/rekonq
parent2030e810a5cfd4d3ff6e0f8930560c96f2990eb2 (diff)
Mon Nov 5 01:19:20 PST 2012
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 22b5d042b..915e7cf4d 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')
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 \