summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-10 00:02:51 +0000
committerBioArchLinuxBot2024-02-10 00:02:51 +0000
commit98be78a560801c449ef41c0d5d85754a385ea73c (patch)
tree74958dd89c44b3f793adf14b8690ab1fbc2f9151
parentb3a6420a3ba5b229b284302ef62853a3192c5e98 (diff)
downloadaur-98be78a560801c449ef41c0d5d85754a385ea73c.tar.gz
[lilac] updated to 1.70.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7e0c1bec320..0485a3e82e2a 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.1
+ pkgver = 1.70.2
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.1.tar.gz
- sha256sums = 30da54e024fea74241fdf1259073f13fd1643cfd8deff6b6a716c6736780b9ad
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BSgenome_1.70.2.tar.gz
+ sha256sums = 2d1879cc4aaab1ebdeeb36228143800dcbdee17cc13aba1f21524747cfc3190b
pkgname = r-bsgenome
diff --git a/PKGBUILD b/PKGBUILD
index 143ec6ba0960..31c58cf51e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BSgenome
-_pkgver=1.70.1
+_pkgver=1.70.2
pkgname=r-${_pkgname,,}
-pkgver=1.70.1
+pkgver=1.70.2
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=('30da54e024fea74241fdf1259073f13fd1643cfd8deff6b6a716c6736780b9ad')
+sha256sums=('2d1879cc4aaab1ebdeeb36228143800dcbdee17cc13aba1f21524747cfc3190b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"