diff options
author | root <root@rshg054.dnsready.net> | 2011-12-14 23:14:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-14 23:14:53 +0000 |
commit | f96b67a7733c348213a216ba6472d43614b44f04 (patch) | |
tree | b4d773bc2fb5e8778669789ef27a7fbf17a7ea65 /community/rekonq | |
parent | f4dcb5cb43b68e265512a03a160bdda634818b43 (diff) |
Wed Dec 14 23:14:53 UTC 2011
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 3cb1483ee..98f7886ad 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') @@ -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} |