aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Ronecker2018-06-18 00:07:12 +0200
committerPascal Ronecker2018-06-18 00:07:12 +0200
commitc106926077069ddc48d8810b4e78fe34ea67ef47 (patch)
tree54defa5808a944b1446bb39c4d254c0e4d57e814
parent0c01c21f80e1b039045caa285c1c72c9e550c7c3 (diff)
downloadaur-c106926077069ddc48d8810b4e78fe34ea67ef47.tar.gz
update package description
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 400863b6c995..c46d3e20d8ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = google-chat-linux-git
- pkgdesc = Desktop client for Google Chat
+ pkgdesc = Unofficial electron-based desktop client for Google Chat
pkgver = r15.2d1d3c9
pkgrel = 1
url = https://github.com/robyf/google-chat-linux
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5383e9049d57
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+src
+pkg
+*.xz
+google-chat-linux
+updateSRCINFO.sh
diff --git a/PKGBUILD b/PKGBUILD
index 5c6643298032..055d9fbf8e2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=google-chat-linux-git
pkgver=r15.2d1d3c9
pkgrel=1
-pkgdesc="Desktop client for Google Chat"
+pkgdesc="Unofficial electron-based desktop client for Google Chat"
arch=('x86_64' 'i686')
url="https://github.com/robyf/google-chat-linux"
license=('MIT')