[arch-commits] Commit in libwebkit/gnome-unstable (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Sep 12 10:46:34 UTC 2009


    Date: Saturday, September 12, 2009 @ 06:46:34
  Author: jgc
Revision: 51840

Update to 1.1.14 - fixes compile with new libsoup

Modified:
  libwebkit/gnome-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-12 10:10:25 UTC (rev 51839)
+++ PKGBUILD	2009-09-12 10:46:34 UTC (rev 51840)
@@ -2,20 +2,20 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libwebkit
-pkgver=1.1.13
+pkgver=1.1.14
 pkgrel=1
 pkgdesc="an opensource web content engine, derived from KHTML and KJS from KDE"
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/"
 license=('custom')
-depends=('libxt' 'libxslt' 'sqlite3' 'gtk2>=2.17.8' 'icu>=4.2' 'gstreamer0.10-base' 'libsoup>=2.27.91' 'enchant>=1.4.2')
+depends=('libxt' 'libxslt' 'sqlite3' 'gtk2>=2.17.11' 'icu>=4.2' 'gstreamer0.10-base>=0.10.24' 'libsoup>=2.27.92' 'enchant>=1.4.2')
 makedepends=('gperf' 'gtk-doc>=1.11')
 provides=('webkitgtk-svn')
 conflicts=('webkitgtk-svn')
 replaces=('webkitgtk-svn')
 source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('f12485c8ea11ef5b6357d2c84d501892')
+md5sums=('bff87d1ddc562223cb99201950d7e138')
 
 build() {
   cd "${srcdir}/webkit-${pkgver}"
@@ -28,4 +28,3 @@
 
   install -Dm644 WebKit/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
 }
-md5sums=('627d5ac4b2c7a967e5a5ccb175e459ea')




More information about the arch-commits mailing list