summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 05:01:35 +0000
committerBioArchLinuxBot2023-10-27 05:01:35 +0000
commit6af5ebc8a3b1ed80624ed61d65817257e685ad26 (patch)
tree0ef592a3505bc231522ca07c6f699af954017e27
parent1b7c1bead22b58f08628217f504df41359ed9576 (diff)
downloadaur-6af5ebc8a3b1ed80624ed61d65817257e685ad26.tar.gz
[lilac] updated to 1.32.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d71c00e25802..ae49bb87c296 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = r-nanostringqcpro
pkgdesc = Quality metrics and data processing methods for NanoString mRNA gene expression data
pkgver = 1.32.0
- pkgrel = 1
- url = https://bioconductor.org/packages/NanoStringQCPro
+ pkgrel = 3
+ url = https://bioconductor.org/packages/3.17/NanoStringQCPro
arch = any
license = Artistic2.0
depends = r
@@ -18,7 +18,7 @@ pkgbase = r-nanostringqcpro
optdepends = r-rmarkdown
optdepends = r-roxygen2
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/NanoStringQCPro_1.32.0.tar.gz
+ source = https://bioconductor.org/packages/3.17/bioc/src/contrib/NanoStringQCPro_1.32.0.tar.gz
sha256sums = 49f7a1b7ab510ef1620e0b273f240178c4c630eef604962a953e17d18c7e5a4c
pkgname = r-nanostringqcpro
diff --git a/PKGBUILD b/PKGBUILD
index 1d2fc2972036..e43ec643f677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=NanoStringQCPro
_pkgver=1.32.0
pkgname=r-${_pkgname,,}
pkgver=1.32.0
-pkgrel=1
+pkgrel=3
pkgdesc='Quality metrics and data processing methods for NanoString mRNA gene expression data'
arch=('any')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.17/${_pkgname}"
license=('Artistic2.0')
depends=(
r
@@ -26,7 +26,7 @@ optdepends=(
r-roxygen2
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=('49f7a1b7ab510ef1620e0b273f240178c4c630eef604962a953e17d18c7e5a4c')
build() {