summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb7ede7d1e2f..6fe9e3050583 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 23 18:02:09 UTC 2016
+# Tue Aug 23 20:45:01 UTC 2016
pkgbase = gnome-twitch-git
pkgdesc = Enjoy Twitch on your GNU/Linux desktop
pkgver = r669.423a8b3
@@ -11,6 +11,7 @@ pkgbase = gnome-twitch-git
license = GPL3
makedepends = git
makedepends = meson
+ makedepends = gobject-introspection
depends = gtk3
depends = libsoup
depends = json-glib
diff --git a/PKGBUILD b/PKGBUILD
index 3e890fe5bbfd..5551876865b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Enjoy Twitch on your GNU/Linux desktop"
arch=('i686' 'x86_64')
url="https://github.com/vinszent/gnome-twitch"
license=('GPL3')
-makedepends=('git' 'meson')
+makedepends=('git' 'meson' 'gobject-introspection')
depends=('gtk3' 'libsoup' 'json-glib' 'gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'webkit2gtk' 'libpeas')
install=gnome-twitch-git.install
conflicts=('gnome-twitch')