summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-02-24 23:51:37 +0200
committerDet2016-02-24 23:51:37 +0200
commitcc9e27c9e5cd48773ed6340f03fcdacf298be654 (patch)
tree23a2e4189c0ee1ae2225932f0b11c6ec016ee1ae
parentb850db9f3470b8b327fb1d223fb1fb58c9f0ac9e (diff)
downloadaur-cc9e27c9e5cd48773ed6340f03fcdacf298be654.tar.gz
Use .sh extension for syntax highlighting in Cgit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--googleearth.sh (renamed from googleearth)0
3 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 369c9570c1ed..31ea109e2d69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Feb 21 18:44:22 UTC 2016
pkgbase = google-earth
pkgdesc = A 3D interface to view satellite images of Earth and other objects
pkgver = 7.1.4.1529
@@ -25,7 +23,7 @@ pkgbase = google-earth
optdepends = lib32-nvidia-utils: For the NVIDIA driver
options = !emptydirs
source = google-earth-stable_7.1.4.1529_i386.deb::https://dl.google.com/earth/client/current/google-earth-stable_current_i386.deb
- source = googleearth
+ source = googleearth.sh
source = baifaao.cpp
source = Google-Terms-of-Service.html::https://www.google.com/intl/ALL/policies/terms/index.html
source = Google-Earth-Additional-Terms-of-Service.html::https://www.google.com/help/terms_maps.html
diff --git a/PKGBUILD b/PKGBUILD
index fe1f829b8570..18d5755a4d64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ makedepends=('pacman>=4.2.0')
options=('!emptydirs')
install=$pkgname.install
source=("google-earth-stable_${pkgver}_${_arch}.deb::https://dl.google.com/earth/client/current/google-earth-stable_current_${_arch}.deb"
- 'googleearth'
+ 'googleearth.sh'
'baifaao.cpp'
'Google-Terms-of-Service.html::https://www.google.com/intl/ALL/policies/terms/index.html'
'Google-Earth-Additional-Terms-of-Service.html::https://www.google.com/help/terms_maps.html'
@@ -99,7 +99,7 @@ package() {
install -m755 baifaao.so "$pkgdir"/$_instdir/
# Preload it
- install -m755 googleearth "$pkgdir"/$_instdir/
+ install -m755 googleearth.sh "$pkgdir"/$_instdir/googleearth
# bin32?
if [[ "$_m32" ]]; then
diff --git a/googleearth b/googleearth.sh
index f5a6c18d097c..f5a6c18d097c 100644
--- a/googleearth
+++ b/googleearth.sh