summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-23 18:02:36 +0000
committerBioArchLinuxBot2023-10-23 18:02:36 +0000
commitaab6399920495f8125f249489cd46d79f6011b2e (patch)
tree56ad09082cc6bb2bcaac2936cf4bf1e7a0155e25
parent2b93e6603105d8cc1cd4302569fa4a1d5da4efed (diff)
downloadaur-aab6399920495f8125f249489cd46d79f6011b2e.tar.gz
[lilac] updated to 2.8.1-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59e61be16989..68e0ae8cb936 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rnetcdf
pkgdesc = Interface to 'NetCDF' Datasets
- pkgver = 2.7.1
+ pkgver = 2.8.1
pkgrel = 1
url = https://cran.r-project.org/package=RNetCDF
arch = x86_64
@@ -13,11 +13,8 @@ pkgbase = r-rnetcdf
depends = r
depends = udunits
optdepends = r-bit64
- source = https://cran.r-project.org/src/contrib/RNetCDF_2.7-1.tar.gz
- source = RNetCDF-fix-build.patch::https://github.com/mjwoods/RNetCDF/pull/128.patch
- md5sums = 4ea0d88f5bb0b80ac2befd5903367977
- md5sums = 6bb281a312b6b7220bf7ff83a01fdaa2
- sha256sums = 80626172829077807c6f14506782ffd85a316f0c09539c3d64d4594edc756d0b
- sha256sums = 5b90ca93e960cf518c6af8dcb39a7375a6bf01a755560671f86ffe1277a824ad
+ source = https://cran.r-project.org/src/contrib/RNetCDF_2.8-1.tar.gz
+ md5sums = 43e3fbb2fb1f0e90adf31c246fa0fccf
+ sha256sums = 660148cb7e272859145de4da64f57ec959110bd6863af67f44ebf36fc5a7513e
pkgname = r-rnetcdf
diff --git a/PKGBUILD b/PKGBUILD
index 22715a2f2473..6ee2c7863687 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
_pkgname=RNetCDF
-_pkgver=2.7-1
+_pkgver=2.8-1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
@@ -23,17 +23,9 @@ checkdepends=(
optdepends=(
r-bit64
)
-source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
- "$_pkgname-fix-build.patch::https://github.com/mjwoods/RNetCDF/pull/128.patch")
-md5sums=('4ea0d88f5bb0b80ac2befd5903367977'
- '6bb281a312b6b7220bf7ff83a01fdaa2')
-sha256sums=('80626172829077807c6f14506782ffd85a316f0c09539c3d64d4594edc756d0b'
- '5b90ca93e960cf518c6af8dcb39a7375a6bf01a755560671f86ffe1277a824ad')
-
-prepare() {
- # fix build
- patch -Np1 -d "$_pkgname" < "$_pkgname-fix-build.patch"
-}
+source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+md5sums=('43e3fbb2fb1f0e90adf31c246fa0fccf')
+sha256sums=('660148cb7e272859145de4da64f57ec959110bd6863af67f44ebf36fc5a7513e')
build() {
mkdir -p build