summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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