Date: Thursday, September 17, 2015 @ 16:40:09 Author: heftig Revision: 246432
5.0.1 Modified: gnuplot/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-17 13:51:30 UTC (rev 246431) +++ PKGBUILD 2015-09-17 14:40:09 UTC (rev 246432) @@ -4,8 +4,8 @@ # Contributor: Tom Newsom <[email protected]> pkgname=gnuplot -pkgver=5.0.0 -pkgrel=3 +pkgver=5.0.1 +pkgrel=1 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" arch=('i686' 'x86_64') url="http://www.gnuplot.info" @@ -16,7 +16,7 @@ install=gnuplot.install source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "lua53_compat.patch") -sha1sums=('ca5163e3cb466b4aeb878f1173b0fe624367f08a' +sha1sums=('a66f5211d3eb8d382b8dd9bdf320b65cf1315a13' '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1') prepare() {
