author | Jan Alexander Steffens
<heftig@archlinux.org> 2015-09-17 14:40:09 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2015-09-17 14:40:09 UTC |
parent | 9406438df25584352b71415ef1b45f8a0a64a420 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 3c170cc..5b225a8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> 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" @@ -15,7 +15,7 @@ options=('!makeflags') install=gnuplot.install source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "lua53_compat.patch") -sha1sums=('ca5163e3cb466b4aeb878f1173b0fe624367f08a' +sha1sums=('a66f5211d3eb8d382b8dd9bdf320b65cf1315a13' '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1') prepare() {