summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2017-08-07 17:47:16 -0400
committerAndrew O'Neill2017-08-07 17:47:16 -0400
commit5225c961ab29b3fa17cef1068d48cf7138bb489f (patch)
treecb874f5e3d96b79db0d17e5d961d2ba95a546838 /PKGBUILD
parent592810be443187e89983f9a57eb2bcb8efaf8362 (diff)
downloadaur-5225c961ab29b3fa17cef1068d48cf7138bb489f.tar.gz
Ignore MAKEFLAGS since make install does not support parallelization
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f339e77e4de..05426a604f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=gretl
pkgver=2017c
-pkgrel=1
+pkgrel=2
pkgdesc='A cross-platform software package for econometric analysis, written in the C programming language'
arch=('i686' 'x86_64')
url="http://gretl.sourceforge.net/"
license=('GPL')
+options=('!makeflags')
depends=('gtksourceview3' 'curl' 'lapack' 'mpfr' 'fftw' 'gnuplot' 'gmp')
-optdepends=('readline: provides a nice editable command line in gretlcli'
- 'JSON-GLib: provides for parsing of data from various websites')
+optdepends=('readline: provides a nice editable command line in gretlcli' 'JSON-GLib: provides for parsing of data from various websites')
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=('cba7ef3a094d98b50d991c67de443a5bc4dc75233af134c1f6a379fcdfeda846')