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

Andrea Scarpino andrea at archlinux.org
Thu Jan 27 13:46:18 UTC 2011


    Date: Thursday, January 27, 2011 @ 08:46:17
  Author: andrea
Revision: 107906

upgpkg: konq-plugins svn1217478-1
new snapshot

Modified:
  konq-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-27 13:35:30 UTC (rev 107905)
+++ PKGBUILD	2011-01-27 13:46:17 UTC (rev 107906)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=konq-plugins
-pkgver=svn1183577
+pkgver=svn1217478
 pkgrel=1
 pkgdesc="Extra plugins for Konqueror"
 arch=('i686' 'x86_64')
@@ -12,15 +12,15 @@
 depends=('kdebase-konqueror' 'tidyhtml' 'kwebkitpart')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
 install=${pkgname}.install
-# svn co -q svn://websvn.kde.org:443/home/kde/trunk/extragear/base/konq-plugins
+# svn co -q svn://websvn.kde.org:443/home/kde/trunk/playground/base/konq-plugins
 source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('7eef9995b5d71c1156922bd623aca5e1')
+md5sums=('30a12b1f39ea3049e29719f529d1459c')
 
 build() {
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../${pkgname} \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make




More information about the arch-commits mailing list