summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Hansen2020-07-02 12:48:07 -0700
committerScott Hansen2020-07-02 12:48:07 -0700
commit1e0846f157f4ff7e93709b0366413ed716453c5e (patch)
tree94c68f716b26f440fc0c5cef5bf0b869b121b5b4
parent8c55c0c637d16aa4cd5868a7553d62160dd41fe6 (diff)
downloadaur-1e0846f157f4ff7e93709b0366413ed716453c5e.tar.gz
Update post-install message
-rw-r--r--.SRCINFO4
-rw-r--r--goobook.install11
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b239165c0092..ab1ec3cd69b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goobook-git
pkgdesc = Search your google contacts from the command-line or mutt.
- pkgver = 3.0.1.2.g3b8c387
+ pkgver = 3.3.3.g79ae9a3
pkgrel = 1
url = https://gitlab.com/goobook/goobook
install = goobook.install
@@ -10,7 +10,9 @@ pkgbase = goobook-git
makedepends = python-setuptools
depends = python
depends = python-simplejson
+ depends = python-google-api-core
depends = python-google-api-python-client
+ depends = python-googleapis-common-protos
depends = python-oauth2client
provides = goobook
conflicts = goobook
diff --git a/goobook.install b/goobook.install
index 84c50242fe67..2afd2dba1260 100644
--- a/goobook.install
+++ b/goobook.install
@@ -2,17 +2,12 @@
post_install() {
cat <<End-of-message
- Configuration: For most users it will be enough to run:
+ *IMPORTANT* Check the Arch Wiki article for authentication instructions:
- $ goobook authenticate
+ https://wiki.archlinux.org/index.php/Mutt#Goobook
- and follow the instructions.
- To get access to more settings you can create a .goobookrc in your home directory:
-
- $ goobook config-template > ~/.goobookrc
-
- See https://gitlab.com/goobook/goobook#tab-readme for more information.
+ See https://gitlab.com/goobook/goobook#tab-readme for more information and configuration
End-of-message
}