summaryrefslogtreecommitdiff
path: root/extra/kwebkitpart
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-24 01:54:10 -0800
committerroot <root@rshg054.dnsready.net>2012-11-24 01:54:10 -0800
commitc65624e6d74bffd70dcd67cc28448b5a50596efb (patch)
tree06c1cbca31a798c4274030b52e9947fb57a1a889 /extra/kwebkitpart
parent1fce42e9327109bd47dba5e3e690144a23bbbc19 (diff)
Sat Nov 24 01:51:17 PST 2012
Diffstat (limited to 'extra/kwebkitpart')
-rw-r--r--extra/kwebkitpart/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/kwebkitpart/PKGBUILD b/extra/kwebkitpart/PKGBUILD
index 1a2185e75..958ae9c29 100644
--- a/extra/kwebkitpart/PKGBUILD
+++ b/extra/kwebkitpart/PKGBUILD
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD 166348 2012-09-06 20:40:12Z andrea $
+# $Id: PKGBUILD 171905 2012-11-23 07:53:25Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kwebkitpart
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="A WebKit browser component for KDE"
-url="http://opendesktop.org/content/show.php?content=127960"
+url="https://projects.kde.org/projects/extragear/base/kwebkitpart/"
arch=('i686' 'x86_64')
license=('LGPL')
depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('27f72c8044fc798add9f4cbf9c799154')
+md5sums=('aec1820fe59ea8f4fe62c81503560f8e')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -25,6 +24,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}