summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-02-21 20:26:00 +0200
committerDet2016-02-21 20:26:00 +0200
commit2142c72a58ee1dd93b26ded2e704f2e7f51f7e13 (patch)
tree23e55609fd8eb8f8a8935cb70395f9552a621cec
parent9568db0b353f5b80a33da6fffda08ecec4e9a01f (diff)
downloadaur-2142c72a58ee1dd93b26ded2e704f2e7f51f7e13.tar.gz
Cosmetics
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d34627ca762a..23d7cda5e99f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 18:22:58 UTC 2016
+# Sun Feb 21 18:26:00 UTC 2016
pkgbase = google-earth
pkgdesc = A 3D interface to view satellite images of Earth and other objects
pkgver = 7.1.4.1529
diff --git a/PKGBUILD b/PKGBUILD
index e4727807c346..11790514ec65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,14 +46,14 @@ md5sums=('b8847cb867bdb3ff892149f0fd68f036'
_instdir=/opt/google/earth/free/
-# Build() the baifaao.so
+# Build the baifaao.so
if [[ $_attempt_fix = 1 ]]; then
- # bin32?
- if [[ $CARCH = x86_64 ]] && [[ $_64 != 1 ]]; then
- _m32=-m32
- fi
-
build() {
+ # bin32?
+ if [[ $CARCH = x86_64 ]] && [[ $_64 != 1 ]]; then
+ _m32=-m32
+ fi
+
gcc -I /usr/include/qt4/ $_m32 -O3 -fPIC --shared baifaao.cpp -o baifaao.so
}
fi