aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Ronecker2019-03-15 12:20:19 +0100
committerPascal Ronecker2019-03-15 12:20:19 +0100
commit663e379a4eb90cd4cde3cb9d91fbbd0385251c22 (patch)
treeecffb41531749f611da40cfc4d231c814f16fe40
parent114ae850770057fef7766349551e6294d0c3dd5d (diff)
downloadaur-663e379a4eb90cd4cde3cb9d91fbbd0385251c22.tar.gz
move to forked source repo since robyf closed the original one
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15c5ccdbc9ea..a707830f436f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = google-chat-linux-git
pkgdesc = Unofficial electron-based desktop client for Google Chat
- pkgver = r18.41eeb02
+ pkgver = r19.17e08b2
pkgrel = 1
- url = https://github.com/robyf/google-chat-linux
+ url = https://github.com/antoniofruci/google-chat-linux.git
arch = x86_64
arch = i686
license = WTFPL
makedepends = nodejs
makedepends = npm
depends = electron>=1.8.4
- source = google-chat-linux::git+https://github.com/robyf/google-chat-linux#branch=master
+ source = google-chat-linux::git+https://github.com/antoniofruci/google-chat-linux.git#branch=master
source = google-chat-linux.desktop
source = google-chat-linux.sh
source = package.json
diff --git a/PKGBUILD b/PKGBUILD
index 1613f32a10ea..cbc1edb476f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Squalou <squalou.jenkins [at] gmail [dot] com>
pkgname=google-chat-linux-git
-pkgver=r18.41eeb02
+pkgver=r19.17e08b2
pkgrel=1
pkgdesc="Unofficial electron-based desktop client for Google Chat"
arch=('x86_64' 'i686')
-url="https://github.com/robyf/google-chat-linux"
+url="https://github.com/antoniofruci/google-chat-linux.git"
license=('WTFPL')
depends=('electron>=1.8.4')
makedepends=('nodejs' 'npm')