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 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"