Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gnuplot
Commits:
95f1cd83 by Antonio Rojas at 2025-12-22T09:16:56+01:00
upgpkg: 6.0.4-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gnuplot
pkgdesc = Plotting package which outputs to X11, PostScript, PNG, GIF,
and others
- pkgver = 6.0.3
+ pkgver = 6.0.4
pkgrel = 1
url = http://www.gnuplot.info
arch = x86_64
@@ -27,9 +27,9 @@ pkgbase = gnuplot
depends = readline
depends = wxwidgets-common
depends = wxwidgets-gtk3
- source = git+https://git.code.sf.net/p/gnuplot/gnuplot-main#tag=6.0.3
+ source = git+https://git.code.sf.net/p/gnuplot/gnuplot-main#tag=6.0.4
source = lua53_compat.patch
- sha256sums =
0477bb969ee2ca7038ef02e3e473d337132105b52953eb460649ac581b883981
+ sha256sums =
e3b6c9564a58b86309acc35a5e77463cbdcb2d8c59bca9e6adfe7b80b338a0e7
sha256sums =
bfd8a61abbf4491c74225cb9fd252619d4fc29751838bcb4c0639ffe05a00695
pkgname = gnuplot
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgbase=gnuplot
pkgname=(gnuplot
gnuplot-demos)
-pkgver=6.0.3
+pkgver=6.0.4
pkgrel=1
pkgdesc='Plotting package which outputs to X11, PostScript, PNG, GIF, and
others'
arch=(x86_64)
@@ -36,7 +36,7 @@ makedepends=(emacs
texlive-latexextra)
source=(git+https://git.code.sf.net/p/gnuplot/gnuplot-main#tag=$pkgver
lua53_compat.patch)
-sha256sums=('0477bb969ee2ca7038ef02e3e473d337132105b52953eb460649ac581b883981'
+sha256sums=('e3b6c9564a58b86309acc35a5e77463cbdcb2d8c59bca9e6adfe7b80b338a0e7'
'bfd8a61abbf4491c74225cb9fd252619d4fc29751838bcb4c0639ffe05a00695')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnuplot/-/commit/95f1cd832f73271381df289a330b2cb9026dc467
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnuplot/-/commit/95f1cd832f73271381df289a330b2cb9026dc467
You're receiving this email because of your account on gitlab.archlinux.org.