summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 10:35:23 +0000
committerBioArchLinuxBot2023-04-27 10:35:23 +0000
commit7354331adafa454ba3f5b371dfb89aae3df6ca9b (patch)
tree0dbf2c10e22cdbd164290fbffa2f196320eb0584
parentf495841342a7d1cc47dcb7462938997cfe901894 (diff)
downloadaur-7354331adafa454ba3f5b371dfb89aae3df6ca9b.tar.gz
[lilac] updated to 1.28.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35fe4e36eec3..14633959e4f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-interactionset
pkgdesc = Base Classes for Storing Genomic Interaction Data
- pkgver = 1.26.1
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/InteractionSet
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = r-interactionset
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/InteractionSet_1.26.1.tar.gz
- sha256sums = ad7cc6801d88858801fcf855a95788587834a513bef1d0a4bf39e6b5149468da
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/InteractionSet_1.28.0.tar.gz
+ sha256sums = 96a9cde91f9a5fcf9862cb5beb7f411c97a367f1018a82cb6b94ec0339947b95
pkgname = r-interactionset
diff --git a/PKGBUILD b/PKGBUILD
index 73ae1dfe628a..bf7bbd91da6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=InteractionSet
-_pkgver=1.26.1
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.1
+pkgver=1.28.0
pkgrel=1
pkgdesc='Base Classes for Storing Genomic Interaction Data'
arch=('x86_64')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ad7cc6801d88858801fcf855a95788587834a513bef1d0a4bf39e6b5149468da')
+sha256sums=('96a9cde91f9a5fcf9862cb5beb7f411c97a367f1018a82cb6b94ec0339947b95')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"