summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThanosApostolou2017-05-04 16:37:03 +0300
committerThanosApostolou2017-05-04 16:37:03 +0300
commit6efbd7ae9c556c93774f8486447ce067671648a3 (patch)
tree941e97e1a67ff8b9d64dafa30928916f9b424ea5 /PKGBUILD
parent7559d8759e1d2260cd00d80f4f97d80757992930 (diff)
downloadaur-6efbd7ae9c556c93774f8486447ce067671648a3.tar.gz
fix typo on 32bit installation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e3b98c7e6b8..9252c70c7058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xgraph-bin
pkgver=4.30
-pkgrel=2
+pkgrel=3
pkgdesc="XGRAPH is a general purpose x-y data plotter with interactive buttons for panning, zooming, printing, and selecting display options."
arch=('i686' 'x86_64')
url="http://www.xgraph.org/"
@@ -20,7 +20,7 @@ package() {
if test "$CARCH" == x86_64; then
_folder="XGraph4.30_linux64"
elif test "$CARCH" == i686; then
- _folder="XGraph4.30_linux64"
+ _folder="XGraph4.30_linux32"
fi
cd $srcdir/${_folder}
install -Dm755 ./bin/xgraph "$pkgdir/usr/bin/xgraph"