summaryrefslogtreecommitdiff
path: root/community/rekonq/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rekonq/PKGBUILD')
-rw-r--r--community/rekonq/PKGBUILD21
1 files changed, 8 insertions, 13 deletions
diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD
index c6ed1f53d..6c752f1f2 100644
--- a/community/rekonq/PKGBUILD
+++ b/community/rekonq/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 66942 2012-03-02 15:35:36Z andrea $
+# $Id: PKGBUILD 70235 2012-05-02 17:32:26Z andrea $
# Maintainer: Peter Lewis <plewis@aur.archlinux.org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
+# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
pkgname=rekonq
-pkgver=0.9.0
+pkgver=0.9.2
pkgrel=1
pkgdesc='A WebKit based web browser for KDE'
arch=('i686' 'x86_64' 'mips64el')
@@ -13,16 +13,11 @@ license=('GPL')
depends=('kdebase-keditbookmarks')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
- 'fix-build.patch')
-sha256sums=('2dc4f9b041bba89937c3278f53cbcc61964d3e2e2279dd44000c19902459b6cc'
- '3ef9f0e6dc37f479c7cc38d84f6a6366a499f371610df01bcdaff9f4b71d246e')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('5e5ce5fc20f07ac0deb1584404595750')
build(){
- cd "${srcdir}"/${pkgname}-${pkgver}
- patch -p1 -i "${srcdir}"/fix-build.patch
-
- cd ${srcdir}
+ cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -32,6 +27,6 @@ build(){
}
package() {
- cd ${srcdir}/build
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
}