diff options
-rw-r--r-- | main/webkitgtk/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/webkitgtk/APKBUILD b/main/webkitgtk/APKBUILD index 0a75a9d8d1..f0b1242ba7 100644 --- a/main/webkitgtk/APKBUILD +++ b/main/webkitgtk/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=webkitgtk pkgver=2.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="portable web rendering engine WebKit for GTK+" url="http://webkitgtk.org/" arch="all" -license="LGPL BSD" -depends= +license="LGPL2+ BSD" +depends="" depends_dev="gtk+3.0-dev libsoup-dev gstreamer1-dev gst-plugins-base1-dev" makedepends="$depends_dev autoconf automake libtool @@ -53,7 +53,6 @@ source="http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz " _builddir="$srcdir"/$pkgname-$pkgver - prepare() { cd "$_builddir" update_config_sub || return 1 |