summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2023-01-21 12:24:06 +0100
committerBlair Bonnett2023-01-21 12:24:06 +0100
commit1f480a187c5cbd141291db9b1081123732bc5cb0 (patch)
treef5da05d68a497b23e23aa1e770b870d966425d94
parent1de79b222a523b6e42792aa5e98bfcb58d2a25a2 (diff)
downloadaur-1f480a187c5cbd141291db9b1081123732bc5cb0.tar.gz
Update to 5.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--use_antlr2.patch2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad49356e2203..0d641819f040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nco
pkgdesc = netCDF Operators allow users to manipulate and analyse data stored in NetCDF files
- pkgver = 5.1.3
+ pkgver = 5.1.4
pkgrel = 1
url = http://nco.sourceforge.net/
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = nco
depends = curl
depends = ccr
options = !libtool
- source = nco-5.1.3.tar.gz::https://github.com/nco/nco/archive/5.1.3.tar.gz
+ source = nco-5.1.4.tar.gz::https://github.com/nco/nco/archive/5.1.4.tar.gz
source = use_antlr2.patch
- sha256sums = f6766627dab3f067c88f2cd713e3058c324ea4f900fabf9755bdd8918c32de7b
- sha256sums = 242be592df0682ea06b6562cb313c97b7efa4fe56bbd5d700d833a8c14e88bc3
+ sha256sums = 4b1ec67b795b985990620be7b7422ecae6da77f5ec93e4407b799f0220dffc88
+ sha256sums = 95c3d0bd0e77d4a0f173215976a6c8ae939044344c2347392d9db8618ac9aeef
pkgname = nco
diff --git a/PKGBUILD b/PKGBUILD
index 9c3f451e3880..87047426bdab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Graziano Giuliani <graziano.giuliani@gmail.com>
pkgname=nco
-pkgver=5.1.3
+pkgver=5.1.4
pkgrel=1
pkgdesc="netCDF Operators allow users to manipulate and analyse data stored in NetCDF files"
url="http://nco.sourceforge.net/"
@@ -17,8 +17,8 @@ source=(
'use_antlr2.patch'
)
sha256sums=(
- 'f6766627dab3f067c88f2cd713e3058c324ea4f900fabf9755bdd8918c32de7b'
- '242be592df0682ea06b6562cb313c97b7efa4fe56bbd5d700d833a8c14e88bc3'
+ '4b1ec67b795b985990620be7b7422ecae6da77f5ec93e4407b799f0220dffc88'
+ '95c3d0bd0e77d4a0f173215976a6c8ae939044344c2347392d9db8618ac9aeef'
)
prepare() {
diff --git a/use_antlr2.patch b/use_antlr2.patch
index 9e042713b160..93e087fd7091 100644
--- a/use_antlr2.patch
+++ b/use_antlr2.patch
@@ -1,7 +1,7 @@
--- configure
+++ configure
-@@ -20465,5 +20465,5 @@
+@@ -20460,5 +20460,5 @@
# AC_CHECK_PROGS (variable, progs-to-check-for, [value-if-not-found], [path]
# Check for antlr executable installed as runantlr (runantlr ~= java antlr.Tool)
-for ac_prog in runantlr antlr