summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-07 00:05:49 +0000
committerBioArchLinuxBot2023-01-07 00:05:49 +0000
commit8fa551dcbd79b0052c340720ab962a0e7d8b4e58 (patch)
treef54d749f0dbef33014b4577f1e8cf061268ad753
parent9f63fe191949caeb0e8b96fd4286acfa3b45b343 (diff)
downloadaur-8fa551dcbd79b0052c340720ab962a0e7d8b4e58.tar.gz
[lilac] updated to 1.66.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22b1c8925c37..8a9edc4682d1 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.66.1
+ pkgver = 1.66.2
pkgrel = 1
url = https://bioconductor.org/packages/BSgenome
arch = any
@@ -31,7 +31,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.66.1.tar.gz
- sha256sums = 35bb835797f72da5387e444e53081f588342f454588431aaaf78d8c2a5daf7bf
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BSgenome_1.66.2.tar.gz
+ sha256sums = ee82e4a9eae724c855511ef6de6eeb9a8b896052cdb7f3715bc410ae4561e55c
pkgname = r-bsgenome
diff --git a/PKGBUILD b/PKGBUILD
index ce983f63ee77..9817cd8e408a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BSgenome
-_pkgver=1.66.1
+_pkgver=1.66.2
pkgname=r-${_pkgname,,}
-pkgver=1.66.1
+pkgver=1.66.2
pkgrel=1
pkgdesc='Software infrastructure for efficient representation of full genomes and their SNPs'
arch=('any')
@@ -40,7 +40,7 @@ optdepends=(
r-xtrasnplocs.hsapiens.dbsnp144.grch38
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('35bb835797f72da5387e444e53081f588342f454588431aaaf78d8c2a5daf7bf')
+sha256sums=('ee82e4a9eae724c855511ef6de6eeb9a8b896052cdb7f3715bc410ae4561e55c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"