diff options
Diffstat (limited to 'nonprism/webkit2gtk')
-rw-r--r-- | nonprism/webkit2gtk/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/webkit2gtk/PKGBUILD b/nonprism/webkit2gtk/PKGBUILD index 4eb1fa1d6..276b729aa 100644 --- a/nonprism/webkit2gtk/PKGBUILD +++ b/nonprism/webkit2gtk/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 278488 2016-10-12 11:50:13Z heftig $ +# $Id: PKGBUILD 279801 2016-11-03 14:47:13Z 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.14.1 +pkgver=2.14.2 pkgrel=1.nonprism1 pkgdesc="GTK+ Web content engine library, without geoclue2 support" arch=('i686' 'x86_64') @@ -20,8 +20,8 @@ optdepends=('gtk2: Netscape plugin support' options=('!emptydirs') # webkitgtk's signature scheme (sha1-file-as-pgp-message) is bananas and not supported -source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz) -sha1sums=('46f1af500b01f8dead80d349e422f7184022d363') +source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz) +sha1sums=('857590669ed1c6278413dfbf0619e8473664537f') prepare() { mkdir build |