summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 01:21:49 +0000
committerBioArchLinuxBot2022-11-03 01:21:49 +0000
commitb9e45a7573b77148c499a669de138c60e16d3036 (patch)
tree04c25df2791e92af69a8b24875376691a7c43955
parent18cb052939c6e5a82e4e2e3d05215356bc23c5fb (diff)
downloadaur-b9e45a7573b77148c499a669de138c60e16d3036.tar.gz
[lilac] updated to 1.66.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a89ae6a9d74..ca868957b4e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-biocviews
pkgdesc = Categorized views of R package repositories
- pkgver = 1.64.1
+ pkgver = 1.66.0
pkgrel = 1
url = https://bioconductor.org/packages/biocViews
arch = any
@@ -16,7 +16,7 @@ pkgbase = r-biocviews
optdepends = r-biocgenerics
optdepends = r-commonmark
optdepends = r-knitr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/biocViews_1.64.1.tar.gz
- sha256sums = 6850fff041ea45bb5a6038024ca878a8ce72c02f93ce412bb495d78b71eaac47
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/biocViews_1.66.0.tar.gz
+ sha256sums = 4348fb91724ed6e83c21a4d616155d3740544c0ef8778a06429ed4c29f02f6e5
pkgname = r-biocviews
diff --git a/PKGBUILD b/PKGBUILD
index 8be0af00fb1a..02c6b4fc7c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=biocViews
-_pkgver=1.64.1
+_pkgver=1.66.0
pkgname=r-${_pkgname,,}
-pkgver=1.64.1
+pkgver=1.66.0
pkgrel=1
pkgdesc='Categorized views of R package repositories'
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6850fff041ea45bb5a6038024ca878a8ce72c02f93ce412bb495d78b71eaac47')
+sha256sums=('4348fb91724ed6e83c21a4d616155d3740544c0ef8778a06429ed4c29f02f6e5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"