summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIppytraxx2016-08-23 20:02:17 +0200
committerIppytraxx2016-08-23 20:02:17 +0200
commit054045a6c3aec651c0304d570959fc9d7f4ca435 (patch)
treefe92adc42f9705361e7bfeb66d957a1dd8213e04 /PKGBUILD
parent5de21c4cade78a80fd250dc82f402481eb8f6ed5 (diff)
downloadaur-054045a6c3aec651c0304d570959fc9d7f4ca435.tar.gz
Add libpeas as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")