diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-15 03:56:51 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-15 03:56:51 +0000 |
commit | f60de6664a098734dc7962a6105c175268706e36 (patch) | |
tree | 7ef66496e5b48e4985c3ae4e0abe0673e5dce38c /extra/gtkhtml4 | |
parent | a4111d7e955b56d51181adc90eb77f8e4903cb64 (diff) |
Tue Jul 15 03:46:22 UTC 2014
Diffstat (limited to 'extra/gtkhtml4')
-rw-r--r-- | extra/gtkhtml4/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gtkhtml4/PKGBUILD b/extra/gtkhtml4/PKGBUILD index 5b59934e3..502c14019 100644 --- a/extra/gtkhtml4/PKGBUILD +++ b/extra/gtkhtml4/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 215378 2014-06-23 19:29:00Z heftig $ +# $Id: PKGBUILD 216887 2014-07-14 17:23:26Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gtkhtml4 _pkgbasename=gtkhtml -pkgver=4.8.2 +pkgver=4.8.3 pkgrel=1 pkgdesc="A lightweight HTML renderer/editor widget for GTK3" arch=(i686 x86_64) @@ -12,7 +12,7 @@ depends=('gtk3' 'enchant' 'iso-codes' 'libsoup') makedepends=('intltool') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz) -sha256sums=('58d2d6bafd221fdc07982ad0455fd168afc7fb642465d53b66b07328eab32868') +sha256sums=('e72a6e9b180217aefb1d9dbd8a2fd41f00419cd1f268e1a7e1e2aef2b54a8341') build() { cd "$_pkgbasename-$pkgver" |