Date: Wednesday, January 18, 2017 @ 17:35:34
  Author: heftig
Revision: 286931

Reformat

Modified:
  webkit2gtk/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-01-18 17:25:13 UTC (rev 286930)
+++ PKGBUILD    2017-01-18 17:35:34 UTC (rev 286931)
@@ -1,21 +1,21 @@
 # $Id$
-# Maintainer: Eric Bélanger <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
 
 pkgname=webkit2gtk
 pkgver=2.14.3
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://webkitgtk.org/";
-license=('custom')
-depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
-         'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
-makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python' 'python2')
+license=(custom)
+depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs
+         libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen)
+makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python 
python2)
 optdepends=('gtk2: Netscape plugin support'
             'gst-plugins-base: free media decoding'
             'gst-plugins-good: media decoding'
             'gst-libav: nonfree media decoding')
-options=('!emptydirs')
+options=(!emptydirs)
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
 sha256sums=('0bead450a4c92024f09008725bb3e8c3830a32c7e2983d566368c4fede9e106c'
             'SKIP')

Reply via email to