summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 05:02:26 +0000
committerBioArchLinuxBot2023-04-29 05:02:26 +0000
commita731794c7d328df9bb397b3a6e721cec4c9f9302 (patch)
tree3c6f2204b8edf23080a192cbbcc07471267adcf4
parent639a39c5e3a6f6ea5317eddc56a919886dac4e7f (diff)
downloadaur-r-bridge.tar.gz
[lilac] updated to 1.62.0-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59d339869ee0..fe40f4505cc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-bridge
pkgdesc = Bayesian Robust Inference for Differential Gene Expression
pkgver = 1.62.0
- pkgrel = 1
- url = https://bioconductor.org/packages/bridge
+ pkgrel = 4
+ url = https://bioconductor.org/packages/3.16/bridge
arch = x86_64
license = GPL
depends = r
depends = r-rama
- source = https://bioconductor.org/packages/release/bioc/src/contrib/bridge_1.62.0.tar.gz
+ source = https://bioconductor.org/packages/3.16/bioc/src/contrib/bridge_1.62.0.tar.gz
sha256sums = e8e5370271c568c093b7e7ad9b5dd3f4bdfe43ac6956446bff6a863c5c092e0b
pkgname = r-bridge
diff --git a/PKGBUILD b/PKGBUILD
index 599f491e9ae5..9c338c7e13b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@ _pkgname=bridge
_pkgver=1.62.0
pkgname=r-${_pkgname,,}
pkgver=1.62.0
-pkgrel=1
+pkgrel=4
pkgdesc='Bayesian Robust Inference for Differential Gene Expression'
arch=('x86_64')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.16/${_pkgname}"
license=('GPL')
depends=(
r
r-rama
)
-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=('e8e5370271c568c093b7e7ad9b5dd3f4bdfe43ac6956446bff6a863c5c092e0b')
build() {