summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 06:31:59 +0000
committerBioArchLinuxBot2022-11-04 06:31:59 +0000
commit7ad30b08663ca9e1cd07be978ca66a219f03d716 (patch)
treea9d2b29328c9a90be5effd630a4c6368cab96b81
parentf55c0457dc4eb4c9c70962289d5f506ac68a4629 (diff)
downloadaur-7ad30b08663ca9e1cd07be978ca66a219f03d716.tar.gz
[lilac] updated to 1.43.0-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 935f24c2c4cd..e11aa74fb266 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-inversion
pkgdesc = Inversions in genotype data
pkgver = 1.43.0
- pkgrel = 1
- url = https://bioconductor.org/packages/inveRsion
+ pkgrel = 4
+ url = https://bioconductor.org/packages/3.15/inveRsion
arch = x86_64
license = GPL
depends = r
depends = r-haplo.stats
- source = https://bioconductor.org/packages/release/bioc/src/contrib/inveRsion_1.43.0.tar.gz
+ source = https://bioconductor.org/packages/3.15/bioc/src/contrib/inveRsion_1.43.0.tar.gz
sha256sums = 636acd54444a9fc418469e3e2b3f0f222144f0be8403748e874274e23a085840
pkgname = r-inversion
diff --git a/PKGBUILD b/PKGBUILD
index 023882208678..7c7456471050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@ _pkgname=inveRsion
_pkgver=1.43.0
pkgname=r-${_pkgname,,}
pkgver=1.43.0
-pkgrel=1
+pkgrel=4
pkgdesc='Inversions in genotype data'
arch=('x86_64')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.15/${_pkgname}"
license=('GPL')
depends=(
r
r-haplo.stats
)
-source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+source=("https://bioconductor.org/packages/3.15/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('636acd54444a9fc418469e3e2b3f0f222144f0be8403748e874274e23a085840')
build() {