summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 676987222ac8..4e4827def30a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-nxtirfcore
pkgdesc = Core Engine for NxtIRF: a User-Friendly Intron Retention and Alternative Splicing Analysis using the IRFinder Engine
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://bioconductor.org/packages/NxtIRFcore
arch = x86_64
@@ -46,7 +46,7 @@ pkgbase = r-nxtirfcore
optdepends = r-rsubread
optdepends = r-shiny
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/NxtIRFcore_1.2.0.tar.gz
- sha256sums = 8049b08b03eb71573a89d3f2af5e99ec908e7107c4f8b461a55e256fae177b63
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/NxtIRFcore_1.2.1.tar.gz
+ sha256sums = 9f67c0eacda7af183592934bc5cd4a6db4b8a9fa6fc0870db1bfeac67d024dd6
pkgname = r-nxtirfcore
diff --git a/PKGBUILD b/PKGBUILD
index 88eca5812026..bdf060af3886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=NxtIRFcore
-_pkgver=1.2.0
+_pkgver=1.2.1
pkgname=r-${_pkgname,,}
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc='Core Engine for NxtIRF: a User-Friendly Intron Retention and Alternative Splicing Analysis using the IRFinder Engine'
arch=('x86_64')
@@ -56,7 +56,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8049b08b03eb71573a89d3f2af5e99ec908e7107c4f8b461a55e256fae177b63')
+sha256sums=('9f67c0eacda7af183592934bc5cd4a6db4b8a9fa6fc0870db1bfeac67d024dd6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"