summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 20:15:04 +0000
committerBioArchLinuxBot2022-11-02 20:15:04 +0000
commit68df8aabfdfee2fb5d355aefa58d0e6861ccac70 (patch)
tree7d9d75f40e9e94ec8257bd2aa64ff069bdbc698d
parentbf60a93f390a8d1612b0195b066c0cfe76fc5775 (diff)
downloadaur-68df8aabfdfee2fb5d355aefa58d0e6861ccac70.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d85446a7a96..71fecb187030 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rmelting
pkgdesc = R Interface to MELTING 5
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/rmelting
arch = any
@@ -14,7 +14,7 @@ pkgbase = r-rmelting
optdepends = r-reshape2
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/rmelting_1.12.0.tar.gz
- sha256sums = 5dc85668a05e9f00c896e26d5daeacbd5b2da7cc927b0f1425022d5a4966e2a9
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/rmelting_1.14.0.tar.gz
+ sha256sums = 1e0c8a8a295655cdd9797275ae0412252a3cfb935141c04ec659c5a22b327348
pkgname = r-rmelting
diff --git a/PKGBUILD b/PKGBUILD
index 3abbbb1bd2a9..04dc510d08b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rmelting
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='R Interface to MELTING 5'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5dc85668a05e9f00c896e26d5daeacbd5b2da7cc927b0f1425022d5a4966e2a9')
+sha256sums=('1e0c8a8a295655cdd9797275ae0412252a3cfb935141c04ec659c5a22b327348')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"