[arch-commits] Commit in kwebkitpart/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Fri Nov 23 07:52:58 UTC 2012
Date: Friday, November 23, 2012 @ 02:52:58
Author: andrea
Revision: 171904
upgpkg: kwebkitpart 1.3.1-1
Upstream release
Modified:
kwebkitpart/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-11-22 22:09:25 UTC (rev 171903)
+++ PKGBUILD 2012-11-23 07:52:58 UTC (rev 171904)
@@ -2,20 +2,19 @@
# Maintainer: Andrea Scarpino <andrea at 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 @@
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list