summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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