summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXianwen Chen2017-02-17 16:46:03 +0000
committerXianwen Chen2017-02-17 16:46:03 +0000
commit8a2686d610d1d8047e6948dcae6cb7923a85cc4a (patch)
treea077c30032da52f09c5b2a730f7ff8084b46ce1d
parent5124f539232e6e8afb4352a11c9244e3e8b606bb (diff)
downloadaur-8a2686d610d1d8047e6948dcae6cb7923a85cc4a.tar.gz
Revised
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c74f4bcdcee8..636bedc8a057 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = geoda
pkgdesc = GeoDa is an Exploratory (Spatial) Data Analysis and Spatial Regression software, for spatial data analysis including spatial econometrics.
pkgver = 1.8.12
- pkgrel = 3
+ pkgrel = 4
url = http://geodacenter.github.io/download_linux.html
install = geoda.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 79a4ddb881b8..6f9131433b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=geoda
pkgver=1.8.12
-pkgrel=3
+pkgrel=4
pkgdesc='GeoDa is an Exploratory (Spatial) Data Analysis and Spatial Regression software, for spatial data analysis including spatial econometrics.'
arch=('x86_64')
license=('custom:free_for_non_commercial_use')
@@ -21,7 +21,6 @@ package()
find . -type d -exec chmod 755 {} \;
- mv usr/bin/run_geoda.sh usr/bin/geoda
sed 's/$GEODA_HOME\/gdaldata/$HOME\/gdaldata/' <usr/bin/run_geoda.sh > usr/bin/geoda-2
sed '/chmod/d' <usr/bin/geoda-2 > usr/bin/geoda
rm usr/bin/run_geoda.sh