diff options
author | root <root@rshg054.dnsready.net> | 2013-03-08 00:04:04 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-08 00:04:04 -0800 |
commit | 129db5c42a9c8f32d88c57ac3b81182acf844068 (patch) | |
tree | aff83aea43093dddb25ddd1b52072b5ebd2723e3 /community/rekonq | |
parent | d8d675cb1e75787b0db061756e4cbebe3c5a03fa (diff) |
Fri Mar 8 00:04:03 PST 2013
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 952598ee5..76f12e977 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85307 2013-02-28 20:20:52Z andrea $ +# $Id: PKGBUILD 85861 2013-03-07 20:16:32Z 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.2 +pkgver=2.2.1 pkgrel=1 pkgdesc='A WebKit based web browser for KDE' arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('cmake' 'automoc4') optdepends=('qca-ossl: to use the sync handler') install=${pkgname}.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('f5050bc7386807f1b91f0f90209397be08f67a95824e77ce78d1c1779015aeda') +sha256sums=('aa3939af5038491c612bb113647e8a1110720d6fc1038c8c71e6cf1308efa47b') build(){ mkdir build |