summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 04:21:05 +0000
committerBioArchLinuxBot2024-05-03 04:21:05 +0000
commit038172b16b30fe2043f17c249078d44265cd53ab (patch)
treeed57e11c79228b5ef6b880e2a81beaa75aae0e9e
parent6127adf93651212d45bb9101a94edee2341a9aea (diff)
downloadaur-r-imas.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 7216eaf0efe6..7c291bc58364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-imas
pkgdesc = Integrative analysis of Multi-omics data for Alternative Splicing
- pkgver = 1.26.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/IMAS
arch = any
@@ -25,7 +25,7 @@ pkgbase = r-imas
depends = r-s4vectors
optdepends = r-biocstyle
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/IMAS_1.26.0.tar.gz
- sha256sums = 4abd93a4526831a5181b329a0aa7823dce6085f2469f8e79b2cc4a072ef23331
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/IMAS_1.28.0.tar.gz
+ sha256sums = 15d39bc5a4e0050d9e99e499eb74c68df6f4592b7e650ad7a5ecf4b289c6a5d8
pkgname = r-imas
diff --git a/PKGBUILD b/PKGBUILD
index c6380b867b64..2a60c555617e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=IMAS
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Integrative analysis of Multi-omics data for Alternative Splicing'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4abd93a4526831a5181b329a0aa7823dce6085f2469f8e79b2cc4a072ef23331')
+sha256sums=('15d39bc5a4e0050d9e99e499eb74c68df6f4592b7e650ad7a5ecf4b289c6a5d8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"