summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 12:45:00 +0000
committerBioArchLinuxBot2023-04-29 12:45:00 +0000
commitfcb8a490db1e8d10199ec58314c763bac5e452e1 (patch)
treeb02f1dd61e9a1c8879731ed4c02dd64bafacc820
parent68df8aabfdfee2fb5d355aefa58d0e6861ccac70 (diff)
downloadaur-fcb8a490db1e8d10199ec58314c763bac5e452e1.tar.gz
[lilac] updated to 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71fecb187030..fab70648e25a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rmelting
pkgdesc = R Interface to MELTING 5
- pkgver = 1.14.0
+ pkgver = 1.16.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.14.0.tar.gz
- sha256sums = 1e0c8a8a295655cdd9797275ae0412252a3cfb935141c04ec659c5a22b327348
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/rmelting_1.16.0.tar.gz
+ sha256sums = 2c566e153049ecd8b20ee286e9643585d03350cfaec0725e8e3f9e59466d8b3f
pkgname = r-rmelting
diff --git a/PKGBUILD b/PKGBUILD
index 04dc510d08b4..84786346fc11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rmelting
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.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=('1e0c8a8a295655cdd9797275ae0412252a3cfb935141c04ec659c5a22b327348')
+sha256sums=('2c566e153049ecd8b20ee286e9643585d03350cfaec0725e8e3f9e59466d8b3f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"