summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-28 14:13:59 +0000
committerBioArchLinuxBot2024-04-28 14:13:59 +0000
commitbebb32fc51db450e5da3a7054bb3f49918c2ed20 (patch)
tree361d1671cf5c11d427cf61cb64c8384493117913
parent3c030e91166213b63ec7cfbc1fc0358acdf5cedc (diff)
downloadaur-r-nxtirfcore.tar.gz
[lilac] updated to 1.6.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3b35c34c675..11455b473163 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = r-nxtirfcore
pkgdesc = Core Engine for NxtIRF: a User-Friendly Intron Retention and Alternative Splicing Analysis using the IRFinder Engine
pkgver = 1.6.0
- pkgrel = 1
- url = https://bioconductor.org/packages/NxtIRFcore
+ pkgrel = 3
+ url = https://bioconductor.org/packages/3.17/NxtIRFcore
arch = x86_64
license = MIT
depends = r
@@ -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.6.0.tar.gz
+ source = https://bioconductor.org/packages/3.17/bioc/src/contrib/NxtIRFcore_1.6.0.tar.gz
sha256sums = c29e7033c51442003740b06d419179261134eae0a541337dbd156565762166f4
pkgname = r-nxtirfcore
diff --git a/PKGBUILD b/PKGBUILD
index f80bf76a838c..371a092929bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ _pkgname=NxtIRFcore
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
-pkgrel=1
+pkgrel=3
pkgdesc='Core Engine for NxtIRF: a User-Friendly Intron Retention and Alternative Splicing Analysis using the IRFinder Engine'
arch=('x86_64')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.17/${_pkgname}"
license=('MIT')
depends=(
r
@@ -55,7 +55,7 @@ optdepends=(
r-shiny
r-testthat
)
-source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+source=("https://bioconductor.org/packages/3.17/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c29e7033c51442003740b06d419179261134eae0a541337dbd156565762166f4')
build() {