diff options
-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 02406a018..d1ca55781 100644 --- a/nonprism/webkit2gtk/PKGBUILD +++ b/nonprism/webkit2gtk/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 264989 2016-04-15 07:33:40Z heftig $ +# $Id: PKGBUILD 266675 2016-04-30 12:51:29Z 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.1 +pkgver=2.12.2 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=('5b1a2d5227553f3cecbdb258c68b384f9235747b2c07c15afb555fe4fa6ae896') +sha256sums=('9dc49b908b1c37da739703e1402a7f07c4ea9093b8ecfb34f20e8f74e328f124') prepare() { mkdir build |