summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIppytraxx2016-08-03 23:43:58 +0200
committerIppytraxx2016-08-03 23:43:58 +0200
commitaafcc6f20cfbc68ed4241117638510246f7139eb (patch)
tree30f667879eec96b05788c1cfc06f0d6f9baa0866 /PKGBUILD
parentc868390914e67f4350537147fb34143e550e961a (diff)
downloadaur-aafcc6f20cfbc68ed4241117638510246f7139eb.tar.gz
Update GitHub url and patch meson build script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b09e9934402..ceb84f09798e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgver=0.2.0
pkgrel=3
pkgdesc="Enjoy Twitch on your GNU/Linux desktop"
arch=('i686' 'x86_64')
-url="https://github.com/Ippytraxx/gnome-twitch"
+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' 'clutter-gst' 'clutter-gtk' 'webkit2gtk')
conflicts=('gnome-twitch-git')
install=gnome-twitch.install
-source=("https://github.com/Ippytraxx/gnome-twitch/archive/v${pkgver}.tar.gz"
+source=("https://github.com/vinszent/gnome-twitch/archive/v${pkgver}.tar.gz"
"0001-Update-css-to-gtk-3.20.patch"
"0002-Adapt-gettext-call-to-new-meson-syntax.patch")
md5sums=('984b6120aec2f4d121cce3ccb50e367a'