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 82db06e681f2..1a0eddbaced4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xgraph-bin
pkgdesc = XGRAPH is a general purpose x-y data plotter with interactive buttons for panning, zooming, printing, and selecting display options.
pkgver = 4.30
- pkgrel = 2
+ pkgrel = 3
url = http://www.xgraph.org/
arch = i686
arch = x86_64
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"