summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-01-23 19:50:30 +0200
committerDet2017-01-23 19:50:30 +0200
commitd11dc4dda197bdfb6153a76b03c9601c864ad1f8 (patch)
tree5db25e5f68eb8662914d911d8b6678bdc51826bb
parentc4fdc9b5aefde2cc4b072ab8f2016d145cf82180 (diff)
downloadaur-d11dc4dda197bdfb6153a76b03c9601c864ad1f8.tar.gz
Fix .install
-rw-r--r--.SRCINFO2
-rw-r--r--google-earth.install4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a57228b4ed17..4cb2bb5588ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Jan 23 17:50:30 UTC 2017
pkgbase = google-earth
pkgdesc = A 3D interface to view satellite images of Earth and other objects
pkgver = 7.1.8.3036
diff --git a/google-earth.install b/google-earth.install
index 1d5707333956..48c3e0e5927c 100644
--- a/google-earth.install
+++ b/google-earth.install
@@ -4,7 +4,7 @@ msg_blue() {
}
note() {
- printf "${blue}==>${yellow} NOTE:$2${bold} $1${all_off}\n"
+ printf "${blue}==>${yellow} NOTE$2:${bold} $1${all_off}\n"
}
all_off="$(tput sgr0)"
@@ -21,7 +21,7 @@ post_install() {
if [[ $_64 ]]; then
note "The launcher is called 'google-earth'." "1"
note "If experiencing graphical corruption:
- $ rm -r ~/.googleearth/Cache/" "2"
+ $ rm -r ~/.googleearth/Cache/" "2"
else
note "The launcher is called 'google-earth'."
fi