diff options
Diffstat (limited to 'nonprism/webkit2gtk/PKGBUILD')
-rw-r--r-- | nonprism/webkit2gtk/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/nonprism/webkit2gtk/PKGBUILD b/nonprism/webkit2gtk/PKGBUILD index 78a0b7c50..02406a018 100644 --- a/nonprism/webkit2gtk/PKGBUILD +++ b/nonprism/webkit2gtk/PKGBUILD @@ -1,10 +1,12 @@ -# $Id: PKGBUILD 258650 2016-01-27 19:32:15Z heftig $ +# $Id: PKGBUILD 264989 2016-04-15 07:33:40Z 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.10.7 +pkgver=2.12.1 pkgrel=1.nonprism1 -pkgdesc="GTK+ Web content engine library, without geolocation tracking" +pkgdesc="GTK+ Web content engine library, without geoclue2 support" arch=('i686' 'x86_64') url="http://webkitgtk.org/" license=('custom') @@ -17,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=('0b77abcc72a274e8f11e9d9f0f6b116dadeeb8b9d5f22b17b6604ed9ae3fe83c') +sha256sums=('5b1a2d5227553f3cecbdb258c68b384f9235747b2c07c15afb555fe4fa6ae896') prepare() { mkdir build |