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

Ionut Biru ibiru at archlinux.org
Mon Apr 25 17:16:31 UTC 2011


    Date: Monday, April 25, 2011 @ 13:16:30
  Author: ibiru
Revision: 120569

update to 4.0.1

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-25 17:12:53 UTC (rev 120568)
+++ PKGBUILD	2011-04-25 17:16:30 UTC (rev 120569)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
 arch=(i686 x86_64)
@@ -13,12 +13,12 @@
 url="http://www.gnome.org"
 options=('!libtool')
 source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('6e2f267e3de5fe689310ad61c0ecc35faa8ba79d69d77b80addc6e94ebf3c297')
+sha256sums=('13fd845ce2ebc837fd4771d2dd0c103bde20faad9f77f6c7a62ff7d8099557ff')
 
 build() {
     cd "${srcdir}/${_pkgbasename}-${pkgver}"
     ./configure --prefix=/usr --sysconfdir=/etc \
-        --libexecdir=/usr/lib/gtkhtml3 \
+        --libexecdir=/usr/lib/gtkhtml4 \
         --localstatedir=/var --disable-static
     make
 }




More information about the arch-commits mailing list