[arch-commits] Commit in kwebkitpart/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Jun 2 23:08:29 UTC 2011


    Date: Thursday, June 2, 2011 @ 19:08:29
  Author: andrea
Revision: 126252

upgpkg: kwebkitpart 1.1.1-1
upstream release

Modified:
  kwebkitpart/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-02 22:56:18 UTC (rev 126251)
+++ PKGBUILD	2011-06-02 23:08:29 UTC (rev 126252)
@@ -2,29 +2,29 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kwebkitpart
-pkgver=1.1
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="A web browser component for KDE"
 url="http://opendesktop.org/content/show.php?content=127960"
 arch=('i686' 'x86_64')
-license=('GPL')
+license=('LGPL')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('1a72499b91d668409ed8ea8e5e71b398')
+source=("${pkgname}-${pkgver}.tar.bz2"::"http://quickgit.kde.org/?p=${pkgname}.git&a=snapshot&h=37bddda24735bb8eb2d9e324f983b8e84a45503e&fmt=tbz2")
+md5sums=('54c1fbb77f4a3c021b33a52a503fec8e')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release
   make
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list