summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 17:41:25 +0000
committerBioArchLinuxBot2022-11-03 17:41:25 +0000
commitad386aa862daadba387e56940c9907b00596d8ab (patch)
tree5ba34d838d8994eaa1f5194dad6afb0420140b5e
parent7072540b641345b7a5d9f6590da7da9d0b082c6b (diff)
downloadaur-ad386aa862daadba387e56940c9907b00596d8ab.tar.gz
[lilac] updated to 1.48.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b9050410663..c2ac1e91479e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-otubase
pkgdesc = Provides structure and functions for the analysis of OTU data
- pkgver = 1.46.0
+ pkgver = 1.48.0
pkgrel = 1
url = https://bioconductor.org/packages/OTUbase
arch = any
@@ -12,7 +12,7 @@ pkgbase = r-otubase
depends = r-s4vectors
depends = r-shortread
depends = r-vegan
- source = https://bioconductor.org/packages/release/bioc/src/contrib/OTUbase_1.46.0.tar.gz
- sha256sums = 36ca5c4c42642deace9e518eacbf938df3c0dacba4f5eadc2beb620a555581e8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/OTUbase_1.48.0.tar.gz
+ sha256sums = edd8641390ee99ac364f8ea96a1f3f0eee572134839c696cf39f17ba250c2e09
pkgname = r-otubase
diff --git a/PKGBUILD b/PKGBUILD
index caeab8cc7f96..ffcefccdd94c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=OTUbase
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.0
pkgrel=1
pkgdesc='Provides structure and functions for the analysis of OTU data'
arch=('any')
@@ -19,7 +19,7 @@ depends=(
r-vegan
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('36ca5c4c42642deace9e518eacbf938df3c0dacba4f5eadc2beb620a555581e8')
+sha256sums=('edd8641390ee99ac364f8ea96a1f3f0eee572134839c696cf39f17ba250c2e09')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"