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

2012-01-23 Thread Eric BĂ©langer
Date: Monday, January 23, 2012 @ 23:23:49
  Author: eric
Revision: 147191

upgpkg: gtkhtml 3.32.2-3

Rebuild against libpng 1.5 and libtiff 4.0

Modified:
  gtkhtml/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-24 04:22:44 UTC (rev 147190)
+++ PKGBUILD2012-01-24 04:23:49 UTC (rev 147191)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml
 pkgver=3.32.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A lightweight HTML renderer/editor widget for GTK2
 arch=(i686 x86_64)
 license=('GPL')
@@ -21,6 +21,10 @@
   --localstatedir=/var --disable-static \
   --disable-deprecated-warning-flags
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   rm -f ${pkgdir}/usr/bin/gtkhtml-editor-test



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

2011-02-25 Thread Ionut Biru
Date: Friday, February 25, 2011 @ 08:38:31
  Author: ibiru
Revision: 111251

revert to stable version

Modified:
  gtkhtml/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-25 13:29:35 UTC (rev 111250)
+++ PKGBUILD2011-02-25 13:38:31 UTC (rev 111251)
@@ -2,23 +2,24 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.91.90
-pkgrel=1
+pkgver=3.32.2
+pkgrel=2
 pkgdesc=A lightweight HTML renderer/editor widget for GTK2
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gtk3' 'enchant' 'gconf' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup')
 makedepends=('intltool')
 url=http://www.gnome.org;
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b7a458d73652e5ea947d9f3704aa5816df82d90d6d379593fd36d9cf4623d5aa')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8746053cf709e1de37c7ac775ab1364ddda4b75167660ed7f98a237b3797e39f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gtkhtml \
-  --localstatedir=/var --disable-static
+  --localstatedir=/var --disable-static \
+  --disable-deprecated-warning-flags
   make
   make DESTDIR=${pkgdir} install
 



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

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 13:00:19
  Author: jgc
Revision: 111031

Update to 3.91.90

Modified:
  gtkhtml/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 17:31:17 UTC (rev 111030)
+++ PKGBUILD2011-02-23 18:00:19 UTC (rev 111031)
@@ -2,24 +2,23 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.32.2
-pkgrel=2
+pkgver=3.91.90
+pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget for GTK2
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup')
+depends=('gtk3' 'enchant' 'gconf' 'iso-codes' 'gnome-icon-theme' 'libsoup')
 makedepends=('intltool')
 url=http://www.gnome.org;
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8746053cf709e1de37c7ac775ab1364ddda4b75167660ed7f98a237b3797e39f')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('b7a458d73652e5ea947d9f3704aa5816df82d90d6d379593fd36d9cf4623d5aa')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gtkhtml \
-  --localstatedir=/var --disable-static \
-  --disable-deprecated-warning-flags
+  --localstatedir=/var --disable-static
   make
   make DESTDIR=${pkgdir} install
 



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

2011-02-13 Thread Ionut Biru
Date: Sunday, February 13, 2011 @ 08:40:17
  Author: ibiru
Revision: 109846

upgpkg: gtkhtml 3.32.2-2
remove conflicting file with the upcomming gtkhtml3. describe for which gtk 
version is this package intented

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-13 13:26:18 UTC (rev 109845)
+++ PKGBUILD2011-02-13 13:40:17 UTC (rev 109846)
@@ -3,11 +3,11 @@
 
 pkgname=gtkhtml
 pkgver=3.32.2
-pkgrel=1
-pkgdesc=A lightweight HTML renderer/editor widget
+pkgrel=2
+pkgdesc=A lightweight HTML renderer/editor widget for GTK2
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf=2.32.0' 'gnome-icon-theme=2.31.0' 'enchant=1.6.0' 
'iso-codes=3.14' 'libsoup=2.32.2')
+depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup')
 makedepends=('intltool')
 url=http://www.gnome.org;
 options=('!libtool')
@@ -22,4 +22,6 @@
   --disable-deprecated-warning-flags
   make
   make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/bin/gtkhtml-editor-test
 }



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

2011-02-10 Thread Ionut Biru
Date: Thursday, February 10, 2011 @ 13:38:46
  Author: ibiru
Revision: 109539

upgpkg: gtkhtml 3.32.2-1
update to 2.32.2

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-10 17:17:40 UTC (rev 109538)
+++ PKGBUILD2011-02-10 18:38:46 UTC (rev 109539)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.32.1
+pkgver=3.32.2
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf=2.32.0' 'gnome-icon-theme=2.31.0' 'enchant=1.6.0' 
'iso-codes=3.14' 'libsoup=2.32.0')
+depends=('gconf=2.32.0' 'gnome-icon-theme=2.31.0' 'enchant=1.6.0' 
'iso-codes=3.14' 'libsoup=2.32.2')
 makedepends=('intltool')
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('78b6da6c1f4f61947f77de505a626a028ee3ecb6ad3c7c06cc4a6273e16d95c6')
+sha256sums=('8746053cf709e1de37c7ac775ab1364ddda4b75167660ed7f98a237b3797e39f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-11-15 Thread Ionut Biru
Date: Monday, November 15, 2010 @ 10:34:44
  Author: ibiru
Revision: 99556

upgpkg: gtkhtml 3.32.1-1
update to 3.32.1

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-15 14:52:09 UTC (rev 99555)
+++ PKGBUILD2010-11-15 15:34:44 UTC (rev 99556)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf=2.31.91' 'gnome-icon-theme=2.31.0' 'enchant=1.6.0' 
'iso-codes=3.14' 'libsoup=2.31.92')
-makedepends=('pkgconfig' 'intltool')
+depends=('gconf=2.32.0' 'gnome-icon-theme=2.31.0' 'enchant=1.6.0' 
'iso-codes=3.14' 'libsoup=2.32.0')
+makedepends=('intltool')
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6626b1b07ce2d944deacc2179fbf635f0f253477373de98656369aca113e8ae5')
+sha256sums=('78b6da6c1f4f61947f77de505a626a028ee3ecb6ad3c7c06cc4a6273e16d95c6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-09-27 Thread Ionut Biru
Date: Monday, September 27, 2010 @ 05:35:52
  Author: ibiru
Revision: 91481

upgpkg: gtkhtml 3.31.92-1
update to 2.31.92

Modified:
  gtkhtml/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-27 09:35:27 UTC (rev 91480)
+++ PKGBUILD2010-09-27 09:35:52 UTC (rev 91481)
@@ -2,23 +2,24 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.30.3
+pkgver=3.31.92
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf=2.28.1' 'gnome-icon-theme=2.30.2' 'enchant=1.6.0' 
'iso-codes=3.14')
+depends=('gconf=2.31.91' 'gnome-icon-theme=2.31.0' 'enchant=1.6.0' 
'iso-codes=3.14' 'libsoup=2.31.92')
 makedepends=('pkgconfig' 'intltool')
 url=http://www.gnome.org;
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('99795c154f1c6459063bb8018066ad46baf086a2419510ed959167d4d9e35fae')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.31/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('77a607393a43a6252b39617467a111001ab3dcff5083f0b45c9856a3a76b22c1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gtkhtml \
-  --localstatedir=/var --disable-static
+  --localstatedir=/var --disable-static \
+  --disable-deprecated-warning-flags
   make
   make DESTDIR=${pkgdir} install
 }



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

2010-09-27 Thread Ionut Biru
Date: Monday, September 27, 2010 @ 09:41:26
  Author: ibiru
Revision: 91593

update to 3.32.0

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-27 13:35:46 UTC (rev 91592)
+++ PKGBUILD2010-09-27 13:41:26 UTC (rev 91593)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.31.92
+pkgver=3.32.0
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 makedepends=('pkgconfig' 'intltool')
 url=http://www.gnome.org;
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.31/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('77a607393a43a6252b39617467a111001ab3dcff5083f0b45c9856a3a76b22c1')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6626b1b07ce2d944deacc2179fbf635f0f253477373de98656369aca113e8ae5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-08-18 Thread Jan de Groot
Date: Wednesday, August 18, 2010 @ 06:11:04
  Author: jgc
Revision: 87793

upgpkg: gtkhtml 3.30.3-1
Update to 3.30.3

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-18 10:10:44 UTC (rev 87792)
+++ PKGBUILD2010-08-18 10:11:04 UTC (rev 87793)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.30.2
+pkgver=3.30.3
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf=2.28.1' 'gnome-icon-theme=2.30.2' 'enchant=1.5.0' 
'iso-codes=3.10.1')
+depends=('gconf=2.28.1' 'gnome-icon-theme=2.30.2' 'enchant=1.6.0' 
'iso-codes=3.14')
 makedepends=('pkgconfig' 'intltool')
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6710d3085e4ae0d71e04f694e7e0abbc46c9c3ea2796143818335e7c38cfe08e')
+sha256sums=('99795c154f1c6459063bb8018066ad46baf086a2419510ed959167d4d9e35fae')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-06-21 Thread Jan de Groot
Date: Monday, June 21, 2010 @ 08:58:44
  Author: jgc
Revision: 83390

upgpkg: gtkhtml 3.30.2-1
Update to 3.30.2

Modified:
  gtkhtml/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-21 12:55:12 UTC (rev 83389)
+++ PKGBUILD2010-06-21 12:58:44 UTC (rev 83390)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.30.1
+pkgver=3.30.2
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
@@ -12,13 +12,13 @@
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('70c8e2bffaff783408b847e54e9bb68f438dcd488721b9597168f88395a8f703')
+sha256sums=('6710d3085e4ae0d71e04f694e7e0abbc46c9c3ea2796143818335e7c38cfe08e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gtkhtml \
-  --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  --localstatedir=/var --disable-static
+  make
+  make DESTDIR=${pkgdir} install
 }



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

2010-04-27 Thread Jan de Groot
Date: Tuesday, April 27, 2010 @ 14:55:04
  Author: jgc
Revision: 78663

upgpkg: gtkhtml 3.30.1-1
Update to 3.30.1

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-27 18:46:52 UTC (rev 78662)
+++ PKGBUILD2010-04-27 18:55:04 UTC (rev 78663)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.30.0
+pkgver=3.30.1
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf=2.28.0' 'gnome-icon-theme=2.29.2' 'enchant=1.5.0' 
'iso-codes=3.10.1')
+depends=('gconf=2.28.1' 'gnome-icon-theme=2.30.2' 'enchant=1.5.0' 
'iso-codes=3.10.1')
 makedepends=('pkgconfig' 'intltool')
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b64ce3f98fbc1ff5715dbfd194b77078d9915a7f7c84489c91c645a8f88b0f24')
+sha256sums=('70c8e2bffaff783408b847e54e9bb68f438dcd488721b9597168f88395a8f703')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-30 Thread Ionut Biru
Date: Tuesday, March 30, 2010 @ 09:55:13
  Author: ibiru
Revision: 74097

update to 3.30.0

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-30 13:41:59 UTC (rev 74096)
+++ PKGBUILD2010-03-30 13:55:13 UTC (rev 74097)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.29.92.1
+pkgver=3.30.0
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 makedepends=('pkgconfig' 'intltool')
 url=http://www.gnome.org;
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a34fe24af0f591db95010475c21a461985ef4479b2e91602bc745a9accfeef77')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.30/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('b64ce3f98fbc1ff5715dbfd194b77078d9915a7f7c84489c91c645a8f88b0f24')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-11 Thread Ionut Biru
Date: Thursday, March 11, 2010 @ 18:45:52
  Author: ibiru
Revision: 72057

update to gnome 2.30rc

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-11 23:45:50 UTC (rev 72056)
+++ PKGBUILD2010-03-11 23:45:52 UTC (rev 72057)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.29.91
+pkgver=3.29.92.1
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf=2.28.0' 'gnome-icon-theme=2.28.0' 'enchant=1.5.0' 
'iso-codes=3.10.1')
+depends=('gconf=2.28.0' 'gnome-icon-theme=2.29.2' 'enchant=1.5.0' 
'iso-codes=3.10.1')
 makedepends=('pkgconfig' 'intltool')
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('927e7d3224c5d3a77567311d9aaf33d9c9f2f0fdf32d318f7297041ba775f171')
+sha256sums=('a34fe24af0f591db95010475c21a461985ef4479b2e91602bc745a9accfeef77')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-24 Thread Ionut Biru
Date: Wednesday, February 24, 2010 @ 16:35:00
  Author: ibiru
Revision: 70112

update to 3.29.91

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-24 21:26:25 UTC (rev 70111)
+++ PKGBUILD2010-02-24 21:35:00 UTC (rev 70112)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.29.90
+pkgver=3.29.91
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f01b2b91ab0ac79a4bdb1739f0eee5272d257b7147b9c3def2aebecaa70be295')
+sha256sums=('927e7d3224c5d3a77567311d9aaf33d9c9f2f0fdf32d318f7297041ba775f171')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-12 Thread Jan de Groot
Date: Friday, February 12, 2010 @ 19:46:37
  Author: jgc
Revision: 68483

upgpkg: gtkhtml 3.29.90-1
Update to 3.29.90

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-13 00:40:27 UTC (rev 68482)
+++ PKGBUILD2010-02-13 00:46:37 UTC (rev 68483)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkhtml
-pkgver=3.28.2
+pkgver=3.29.90
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 makedepends=('pkgconfig' 'intltool')
 url=http://www.gnome.org;
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('dc1526e2370d3e97d6c20c3fb6627e3148ca68d4b303325c89c678345d3e2ebf')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.29/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f01b2b91ab0ac79a4bdb1739f0eee5272d257b7147b9c3def2aebecaa70be295')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}