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 18133119d176..5881be0a797f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = r-probatch
pkgdesc = Tools for Diagnostics and Corrections of Batch Effects in Proteomics
pkgver = 1.14.0
- pkgrel = 1
- url = https://bioconductor.org/packages/proBatch
+ pkgrel = 3
+ url = https://bioconductor.org/packages/3.16/proBatch
arch = any
license = GPL
depends = r
@@ -38,7 +38,7 @@ pkgbase = r-probatch
optdepends = r-roxygen2
optdepends = r-spelling
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/proBatch_1.14.0.tar.gz
+ source = https://bioconductor.org/packages/3.16/bioc/src/contrib/proBatch_1.14.0.tar.gz
sha256sums = 32705297e21273d3910f4c07d5b7aa64c49783d5c6ea02b356bab6b083812d1d
pkgname = r-probatch
diff --git a/PKGBUILD b/PKGBUILD
index 1cf1448b49ba..aaaefc128ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=proBatch
_pkgver=1.14.0
pkgname=r-${_pkgname,,}
pkgver=1.14.0
-pkgrel=1
+pkgrel=3
pkgdesc='Tools for Diagnostics and Corrections of Batch Effects in Proteomics'
arch=('any')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.16/${_pkgname}"
license=('GPL')
depends=(
r
@@ -46,7 +46,7 @@ optdepends=(
r-spelling
r-testthat
)
-source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+source=("https://bioconductor.org/packages/3.16/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('32705297e21273d3910f4c07d5b7aa64c49783d5c6ea02b356bab6b083812d1d')
build() {