diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-15 14:36:02 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-15 14:36:02 -0300 |
commit | 5f5cc752e0a87d0ccd031eaf01ca2b63f303e00c (patch) | |
tree | d96687d0c40dec64bacc8b82afbd024b781a9591 /community/rekonq | |
parent | 2a5d7fae98236635f0b42f281b98c7fa878651b2 (diff) | |
parent | f96b67a7733c348213a216ba6472d43614b44f04 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/haskell-x11-xft/PKGBUILD
community/xmobar/PKGBUILD
core/pcre/PKGBUILD
core/texinfo/PKGBUILD
extra/ettercap/PKGBUILD
libre/initscripts/PKGBUILD
Diffstat (limited to 'community/rekonq')
-rw-r--r-- | community/rekonq/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD index 51aecb479..f72b5a364 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56868 2011-10-15 11:22:09Z plewis $ +# $Id: PKGBUILD 60395 2011-12-13 10:24:06Z plewis $ # Maintainer: Peter Lewis <plewis@aur.archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net> pkgname=rekonq -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc='A WebKit based web browser for KDE' arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ depends=('kdebase-keditbookmarks') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('b11003fa833317e5948aa1491e230806') +sha256sums=('907c3bd299ee95806d337b749c74531441e0d205055998678337266ccc6c9b7f') build(){ cd ${srcdir} |