summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 21:52:48 +0000
committerBioArchLinuxBot2023-04-27 21:52:48 +0000
commit6c7793b778c251a0e1933016df75b8627419b49f (patch)
treed05b0560e0d846cd0351dc52678e8e441feefb4a
parentbdc00faccad10204bd24d106c1d2f8b512fd6022 (diff)
downloadaur-6c7793b778c251a0e1933016df75b8627419b49f.tar.gz
[lilac] updated to 1.24.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d690eb49f343..4c411fc9aee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-imas
pkgdesc = Integrative analysis of Multi-omics data for Alternative Splicing
- pkgver = 1.22.0
+ pkgver = 1.24.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.22.0.tar.gz
- sha256sums = a02410adf7b59c50b725ee40962fb2e0354f45e5f3263a03eab8fb5a700483cd
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/IMAS_1.24.0.tar.gz
+ sha256sums = 64f9a0747c3468a19c8258747859f360da8d5c03091df94c28ec59b62d96c447
pkgname = r-imas
diff --git a/PKGBUILD b/PKGBUILD
index 724607f6e582..ede804c6a363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=IMAS
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.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=('a02410adf7b59c50b725ee40962fb2e0354f45e5f3263a03eab8fb5a700483cd')
+sha256sums=('64f9a0747c3468a19c8258747859f360da8d5c03091df94c28ec59b62d96c447')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"