author | Andrea Scarpino
<andrea@archlinux.org> 2014-07-08 18:25:38 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2014-07-08 18:25:38 UTC |
parent | bd0e92f55aa46d7d44713bcb3ca7ecd5e825d9a9 |
PKGBUILD | +4 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 8787ff4..395fc05 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=khtml -pkgver=4.100.0 -pkgrel=2 +pkgver=5.0.0 +pkgrel=1 pkgdesc='KHtml' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/frameworks/khtml' @@ -10,13 +10,11 @@ license=('LGPL') depends=('giflib' 'kparts' 'kjs') makedepends=('extra-cmake-modules') groups=('kf5-aids') -source=("http://download.kde.org/unstable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz") -md5sums=('c9b04036e1b1b3ac9f253962386c6b0e') +source=("http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz") +md5sums=('609ff674c07e48ad781f6a50da060bd5') prepare() { mkdir -p build - #fix build with giflib 5.1.0 - taken from BLFS - sed -i "/DGifCloseFile/s:file:&, NULL:g" khtml-$pkgver/src/imload/decoders/gifloader.cpp } build() {