summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-01-23 19:52:49 +0200
committerDet2017-01-23 19:52:49 +0200
commit60cd2d7eb75a494547daa0d350dd8ac30169d334 (patch)
treefaef60268a1d6da6d776841defb31bd3a34eb60f
parentd11dc4dda197bdfb6153a76b03c9601c864ad1f8 (diff)
downloadaur-60cd2d7eb75a494547daa0d350dd8ac30169d334.tar.gz
Fix version check
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cb2bb5588ec..3d66dd9aa9e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 17:50:30 UTC 2017
+# Mon Jan 23 17:52:49 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/PKGBUILD b/PKGBUILD
index 5f29e7fbefee..0f4c35545cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Det <nimetonmaili g-mail>
# Contributors: 458italia, Madek, Berseker, Syr
# Check the latest version with:
-# $ curl -s https://dl.google.com/dl/earth/client/current/google-earth-stable_current_x86_64.rpm | head -c96 | strings | cut -d "-" -f4
+# $ curl -sL https://dl.google.com/linux/earth/deb/dists/stable/main/binary-amd64/Packages | grep -Pom1 "Version: \K[^-]*"
# Attempt to fix crashes and blank Panoramio: "1" to enable.
# - http://forums.fedoraforum.org/showthread.php?p=1678303#post1678303