summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 00:50:22 +0000
committerBioArchLinuxBot2024-05-03 00:50:22 +0000
commit390fff514a5466070b3d974f4da5b959731ed70c (patch)
tree30822a1a847dcaf2588effc5eaf478cd1f9eaad3
parent98be78a560801c449ef41c0d5d85754a385ea73c (diff)
downloadaur-r-bsgenome.tar.gz
[lilac] updated to 1.72.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0485a3e82e2a..e8321afa5401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-bsgenome
pkgdesc = Software infrastructure for efficient representation of full genomes and their SNPs
- pkgver = 1.70.2
+ pkgver = 1.72.0
pkgrel = 1
url = https://bioconductor.org/packages/BSgenome
arch = any
@@ -33,7 +33,7 @@ pkgbase = r-bsgenome
optdepends = r-txdb.hsapiens.ucsc.hg38.knowngene
optdepends = r-txdb.mmusculus.ucsc.mm10.knowngene
optdepends = r-xtrasnplocs.hsapiens.dbsnp144.grch38
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BSgenome_1.70.2.tar.gz
- sha256sums = 2d1879cc4aaab1ebdeeb36228143800dcbdee17cc13aba1f21524747cfc3190b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BSgenome_1.72.0.tar.gz
+ sha256sums = 98541684ea234a3c102338b4a4d055817d92a088b9e67ea88b6a339fa79a4bde
pkgname = r-bsgenome
diff --git a/PKGBUILD b/PKGBUILD
index 31c58cf51e60..6567d8aff2e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BSgenome
-_pkgver=1.70.2
+_pkgver=1.72.0
pkgname=r-${_pkgname,,}
-pkgver=1.70.2
+pkgver=1.72.0
pkgrel=1
pkgdesc='Software infrastructure for efficient representation of full genomes and their SNPs'
arch=('any')
@@ -42,7 +42,7 @@ optdepends=(
r-xtrasnplocs.hsapiens.dbsnp144.grch38
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2d1879cc4aaab1ebdeeb36228143800dcbdee17cc13aba1f21524747cfc3190b')
+sha256sums=('98541684ea234a3c102338b4a4d055817d92a088b9e67ea88b6a339fa79a4bde')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"