summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIppytraxx2016-08-03 23:35:55 +0200
committerIppytraxx2016-08-03 23:36:45 +0200
commitba2c2e4b8be4feeaf071e1134df29f389581e9e1 (patch)
tree2192e0155f923d50b3e90a71222b4d249ca2e100
parent5693b32528a15ece0bd003bdac713d2c672deda6 (diff)
downloadaur-ba2c2e4b8be4feeaf071e1134df29f389581e9e1.tar.gz
Update GitHub url
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f151fda25ea..a0a00c8c52b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 14:44:31 UTC 2016
+# Wed Aug 3 21:36:40 UTC 2016
pkgbase = gnome-twitch-git
pkgdesc = Enjoy Twitch on your GNU/Linux desktop
- pkgver = r364.d9bf792
- pkgrel = 2
- url = https://github.com/Ippytraxx/gnome-twitch
+ pkgver = r511.7ea58ce
+ pkgrel = 3
+ url = https://github.com/vinszent/gnome-twitch
install = gnome-twitch-git.install
arch = i686
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = gnome-twitch-git
depends = clutter-gtk
depends = webkit2gtk
conflicts = gnome-twitch
- source = gnome-twitch-git::git+https://github.com/ippytraxx/gnome-twitch.git
+ source = gnome-twitch-git::git+https://github.com/vinszent/gnome-twitch.git
md5sums = SKIP
pkgname = gnome-twitch-git
diff --git a/PKGBUILD b/PKGBUILD
index bd93744c8fea..5f2deaec236a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Vincent <ippytraxx@installgentoo.com>
pkgname=gnome-twitch-git
-pkgver=r364.d9bf792
-pkgrel=2
+pkgver=r511.7ea58ce
+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')
install=gnome-twitch-git.install
conflicts=('gnome-twitch')
-source=("$pkgname::git+https://github.com/ippytraxx/gnome-twitch.git")
+source=("$pkgname::git+https://github.com/vinszent/gnome-twitch.git")
md5sums=('SKIP')
pkgver()