summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIppytraxx2016-08-23 20:02:17 +0200
committerIppytraxx2016-08-23 20:02:17 +0200
commit054045a6c3aec651c0304d570959fc9d7f4ca435 (patch)
treefe92adc42f9705361e7bfeb66d957a1dd8213e04
parent5de21c4cade78a80fd250dc82f402481eb8f6ed5 (diff)
downloadaur-054045a6c3aec651c0304d570959fc9d7f4ca435.tar.gz
Add libpeas as dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f9c37149ab0..fb7ede7d1e2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 21 10:07:38 UTC 2016
+# Tue Aug 23 18:02:09 UTC 2016
pkgbase = gnome-twitch-git
pkgdesc = Enjoy Twitch on your GNU/Linux desktop
- pkgver = r511.7ea58ce
+ pkgver = r669.423a8b3
pkgrel = 1
url = https://github.com/vinszent/gnome-twitch
install = gnome-twitch-git.install
@@ -20,6 +20,7 @@ pkgbase = gnome-twitch-git
depends = gst-plugins-good
depends = gst-plugins-bad
depends = webkit2gtk
+ depends = libpeas
conflicts = gnome-twitch
source = gnome-twitch-git::git+https://github.com/vinszent/gnome-twitch.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5503b23ef5f2..3e890fe5bbfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Vincent <ippytraxx@installgentoo.com>
pkgname=gnome-twitch-git
-pkgver=r668.d253c88
+pkgver=r669.423a8b3
pkgrel=1
pkgdesc="Enjoy Twitch on your GNU/Linux desktop"
arch=('i686' 'x86_64')
url="https://github.com/vinszent/gnome-twitch"
license=('GPL3')
makedepends=('git' 'meson')
-depends=('gtk3' 'libsoup' 'json-glib' 'gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'webkit2gtk')
+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')
source=("$pkgname::git+https://github.com/vinszent/gnome-twitch.git")