summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXianwen Chen2017-02-20 16:06:33 +0000
committerXianwen Chen2017-02-20 16:06:33 +0000
commitba0ba79fc40cf75bc80bec6d15baa23ab63e2e80 (patch)
tree03aa7345745bf6cd42ffad028ec38920d2e53fc7
parentc8982564ccf62f58b102e27ae8d59f74e4704eb6 (diff)
downloadaur-ba0ba79fc40cf75bc80bec6d15baa23ab63e2e80.tar.gz
Revised
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f393c1c53e..81f72090488e 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 = 12
+ pkgrel = 13
url = http://geodacenter.github.io/download_linux.html
install = geoda.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4a1dbd59a42f..dc5b1f470e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=geoda
pkgver=1.8.12
-pkgrel=12
+pkgrel=13
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')
@@ -23,7 +23,7 @@ package()
# 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
- mv usr/bin/run_geoda.sh geoda
+ mv usr/bin/run_geoda.sh usr/bin/geoda
chmod +x usr/bin/geoda
# rm usr/bin/run_geoda.sh
# rm usr/bin/geoda-2