summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIppytraxx2015-12-27 02:37:41 +0100
committerIppytraxx2015-12-27 02:37:41 +0100
commit7b7283d59cc3dfeb470ea13124023804332b7e4d (patch)
tree4f2c167a15091a8f7cd8cc7309d3a183a240bd2f
parent04df4a7377d8d5051557e1b8e487581d18af1b14 (diff)
downloadaur-7b7283d59cc3dfeb470ea13124023804332b7e4d.tar.gz
Add webkit2gtk to dependencies.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edddf5326e00..be3564738e92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Dec 27 01:37:19 UTC 2015
pkgbase = gnome-twitch-git
pkgdesc = Enjoy Twitch on your GNU/Linux desktop
- pkgver = r187.a4804ff
+ pkgver = r274.c25c870
pkgrel = 1
url = https://github.com/Ippytraxx/gnome-twitch
install = gnome-twitch-git.install
@@ -19,6 +21,7 @@ pkgbase = gnome-twitch-git
depends = gst-plugins-bad
depends = clutter-gst
depends = clutter-gtk
+ depends = webkit2gtk
conflicts = gnome-twitch
source = gnome-twitch-git::git+https://github.com/ippytraxx/gnome-twitch.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 80105879de63..28c4ea534406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Vincent <ippytraxx@installgentoo.com>
pkgname=gnome-twitch-git
-pkgver=r187.a4804ff
+pkgver=r274.c25c870
pkgrel=1
pkgdesc="Enjoy Twitch on your GNU/Linux desktop"
arch=('i686' 'x86_64')
url="https://github.com/Ippytraxx/gnome-twitch"
license=('GPL3')
makedepends=('git' 'meson')
-depends=('gtk3' 'libsoup' 'json-glib' 'gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'clutter-gst' 'clutter-gtk')
+depends=('gtk3' 'libsoup' 'json-glib' 'gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'clutter-gst' 'clutter-gtk' 'webkit2gtk')
install=gnome-twitch-git.install
conflicts=('gnome-twitch')
source=("$pkgname::git+https://github.com/ippytraxx/gnome-twitch.git")