summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 12:54:38 +0000
committerBioArchLinuxBot2023-10-28 12:54:38 +0000
commitc9b8030430e4901ef56a79a0048ac1c5b5e6d1b7 (patch)
tree6978bb3eef9ece11b2b1e7ee40a9f5c9a07071e6
parent8ec89804648f38996f59ff952b501787c7f48b67 (diff)
downloadaur-c9b8030430e4901ef56a79a0048ac1c5b5e6d1b7.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 e47f0f36b5b7..3ccda8403e64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-psichomics
pkgdesc = Graphical Interface for Alternative Splicing Quantification, Analysis and Visualisation
- pkgver = 1.26.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/psichomics
arch = x86_64
@@ -49,7 +49,7 @@ pkgbase = r-psichomics
optdepends = r-rstudioapi
optdepends = r-spelling
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/psichomics_1.26.0.tar.gz
- sha256sums = e07a44e2c1bd76a27ef7359eb3193f4e7ca7096735748b33166b9f63f4120eec
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/psichomics_1.28.0.tar.gz
+ sha256sums = d200d54e19249a03f0a85c043b46818c70ae4e3ac2a1956a1ff6529083e5e03c
pkgname = r-psichomics
diff --git a/PKGBUILD b/PKGBUILD
index d72060eabb5d..065747c373b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=psichomics
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Graphical Interface for Alternative Splicing Quantification, Analysis and Visualisation'
arch=('x86_64')
@@ -58,7 +58,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e07a44e2c1bd76a27ef7359eb3193f4e7ca7096735748b33166b9f63f4120eec')
+sha256sums=('d200d54e19249a03f0a85c043b46818c70ae4e3ac2a1956a1ff6529083e5e03c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"