diff options
author | root <root@rshg054.dnsready.net> | 2012-12-30 01:51:49 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-30 01:51:49 -0800 |
commit | 0af0753417e7e506da08650bda80804d0b50e660 (patch) | |
tree | 4814fa023ba4251a5145e424ddde872252cf3adc /community/rekonq | |
parent | 5dd7ed82e788ebad2e920e0f2db7468cc6547cfe (diff) |
Sun Dec 30 01:50:38 PST 2012
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 915e7cf4d..5657eed00 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 79425 2012-11-04 20:15:12Z plewis $ +# $Id: PKGBUILD 81783 2012-12-29 12:37:02Z 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=1.3 +pkgver=2.0 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=('8db67e674b3dd013a6511f9612829f958ca95a2d515f89fb999f5568bfed7ffb') +sha256sums=('380aa337b561ee0c5eb1aa8401f7bd8d98a2b18e645e92f3387baae06d501d84') build(){ mkdir build |