diff options
Diffstat (limited to 'nonprism/webkit2gtk')
-rw-r--r-- | nonprism/webkit2gtk/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nonprism/webkit2gtk/PKGBUILD b/nonprism/webkit2gtk/PKGBUILD index d1ca55781..ef04dea11 100644 --- a/nonprism/webkit2gtk/PKGBUILD +++ b/nonprism/webkit2gtk/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 266675 2016-04-30 12:51:29Z heftig $ +# $Id: PKGBUILD 268882 2016-06-03 21:09:04Z heftig $ # Maintainer (Arch): Eric Bélanger <eric@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: Luke R. <g4jc@openmailbox.org> pkgname=webkit2gtk -pkgver=2.12.2 +pkgver=2.12.3 pkgrel=1.nonprism1 pkgdesc="GTK+ Web content engine library, without geoclue2 support" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ optdepends=('gtk2: Netscape plugin support' 'gst-libav: nonfree media decoding') options=('!emptydirs') source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz) -sha256sums=('9dc49b908b1c37da739703e1402a7f07c4ea9093b8ecfb34f20e8f74e328f124') +sha256sums=('173cbb9a2eca23eee52e99965483ab25aa9c0569ef5b57041fc0c129cc26c307') prepare() { mkdir build |