Date: Thursday, April 21, 2016 @ 14:18:33 Author: ronald Revision: 265807
upgpkg: gnuplot 5.0.3-1 update to 5.0.3; FS#48732 enable bitmap terminal support Modified: gnuplot/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-21 10:40:03 UTC (rev 265806) +++ PKGBUILD 2016-04-21 12:18:33 UTC (rev 265807) @@ -4,7 +4,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=gnuplot -pkgver=5.0.2 +pkgver=5.0.3 pkgrel=1 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ install=gnuplot.install source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "lua53_compat.patch") -sha1sums=('a7159d67f5b3312b219cc4386bd5e7937939bf49' +sha1sums=('7ec8b4221ee5406f1beeac4f9db794acb501dc2b' '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1') prepare() { @@ -38,7 +38,8 @@ WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \ --libexecdir=/usr/bin \ --with-gihdir=/usr/share/gnuplot \ - --with-readline=gnu --enable-qt + --with-readline=gnu --enable-qt \ + --with-bitmap-terminals make pkglibexecdir=/usr/bin }
