summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-01-22 12:43:46 -0500
committerGuillaume Horel2019-01-22 12:43:46 -0500
commit62af00c5deb2b80da91069bcde8565457952f886 (patch)
tree09cf24b94cf4220ec240e7df5d2fdd6f17561324
parent25b9078794a990f5d67a0174d0c10b70b39a4b1e (diff)
downloadaur-62af00c5deb2b80da91069bcde8565457952f886.tar.gz
version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a2b8341c057..59f70246ae4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = gnuplot-nogui
pkgdesc = Plotting package which outputs to X11, files and others. Without wxgtk/qt.
- pkgver = 5.2.0
+ pkgver = 5.2.6
pkgrel = 1
url = http://www.gnuplot.info
- arch = i686
arch = x86_64
license = custom
makedepends = emacs
@@ -19,9 +18,9 @@ pkgbase = gnuplot-nogui
conflicts = gnuplot
conflicts = gnuplot-nox
replaces = gnuplot-notk
- source = http://downloads.sourceforge.net/sourceforge/gnuplot/gnuplot-5.2.0.tar.gz
+ source = http://downloads.sourceforge.net/sourceforge/gnuplot/gnuplot-5.2.6.tar.gz
source = lua53_compat.patch
- sha256sums = 7dfe6425a1a6b9349b1fb42dae46b2e52833b13e807a78a613024d6a99541e43
+ sha256sums = 35dd8f013139e31b3028fac280ee12d4b1346d9bb5c501586d1b5a04ae7a94ee
sha256sums = bfd8a61abbf4491c74225cb9fd252619d4fc29751838bcb4c0639ffe05a00695
pkgname = gnuplot-nogui
diff --git a/PKGBUILD b/PKGBUILD
index 8f42f29c6d93..6c17e2039057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
_pkgname=gnuplot
pkgname=$_pkgname-nogui
-pkgver=5.2.0
+pkgver=5.2.6
pkgrel=1
pkgdesc="Plotting package which outputs to X11, files and others. Without wxgtk/qt."
-arch=("i686" "x86_64")
+arch=("x86_64")
url="http://www.gnuplot.info"
license=("custom")
depends=("cairo" "libjpeg" "lua" "gd" "gnutls" "readline")
@@ -18,7 +18,7 @@ conflicts=("gnuplot" "gnuplot-nox")
replaces=("gnuplot-notk")
source=("http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-$pkgver.tar.gz"
"lua53_compat.patch")
-sha256sums=('7dfe6425a1a6b9349b1fb42dae46b2e52833b13e807a78a613024d6a99541e43'
+sha256sums=('35dd8f013139e31b3028fac280ee12d4b1346d9bb5c501586d1b5a04ae7a94ee'
'bfd8a61abbf4491c74225cb9fd252619d4fc29751838bcb4c0639ffe05a00695')
prepare() {