summaryrefslogtreecommitdiff
path: root/extra/gtkhtml4/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gtkhtml4/PKGBUILD')
-rw-r--r--extra/gtkhtml4/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gtkhtml4/PKGBUILD b/extra/gtkhtml4/PKGBUILD
index 35475af77..332d577d9 100644
--- a/extra/gtkhtml4/PKGBUILD
+++ b/extra/gtkhtml4/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 136663 2011-08-31 11:59:40Z jgc $
+# $Id: PKGBUILD 139348 2011-10-01 18:59:07Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=gtkhtml4
_pkgbasename=gtkhtml
-pkgver=4.0.2
+pkgver=4.2.0
pkgrel=1
pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
arch=(i686 x86_64 'mips64el')
license=('GPL')
-depends=('gconf' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
makedepends=('intltool')
url="http://www.gnome.org"
options=('!libtool')
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('9f40db52c869dce891bbe8faa9e14209750e22e73790de96837460d6d51f827a')
+sha256sums=('a4e50ac159fe49ddac07a3d0fba386ac90b404afce770a89e6077580578c38af')
build() {
cd "${srcdir}/${_pkgbasename}-${pkgver}"