diff options
author | root <root@rshg054.dnsready.net> | 2012-09-08 00:04:17 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-08 00:04:17 +0000 |
commit | c85b504e8916411d424cd3fc654ff879237d529e (patch) | |
tree | 3107088a155cd162c6fa050327d5f9f6a9c410d9 /extra/kwebkitpart | |
parent | ed51a8c1611ffa602f5f9628c858f6edbc218fc8 (diff) |
Sat Sep 8 00:04:17 UTC 2012
Diffstat (limited to 'extra/kwebkitpart')
-rw-r--r-- | extra/kwebkitpart/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kwebkitpart/PKGBUILD b/extra/kwebkitpart/PKGBUILD index 9ecc4d9c7..1a2185e75 100644 --- a/extra/kwebkitpart/PKGBUILD +++ b/extra/kwebkitpart/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163018 2012-07-05 19:22:35Z andrea $ +# $Id: PKGBUILD 166348 2012-09-06 20:40:12Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kwebkitpart -pkgver=1.2.0.20120705 +pkgver=1.3.0 pkgrel=1 pkgdesc="A WebKit browser component for KDE" url="http://opendesktop.org/content/show.php?content=127960" @@ -11,8 +11,8 @@ license=('LGPL') depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install -source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('659f9737bcc79f0bfbd08ff37ad0e232') +source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz") +md5sums=('27f72c8044fc798add9f4cbf9c799154') build() { cd "${srcdir}" |