summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 18:02:35 +0000
committerBioArchLinuxBot2022-11-04 18:02:35 +0000
commit9f63fe191949caeb0e8b96fd4286acfa3b45b343 (patch)
treea963545f4514acc36f3dba582a1d2693948f1eb7
parent8a6ef59604afcd9c2acac7ca897232bf415355fa (diff)
downloadaur-9f63fe191949caeb0e8b96fd4286acfa3b45b343.tar.gz
[lilac] updated to 1.66.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b67e5e156df2..22b1c8925c37 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.0
+ pkgver = 1.66.1
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.0.tar.gz
- sha256sums = c370fbd55fcfca51590e0b81652617874a65fa1ec473559f769ef0af86d6be8d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BSgenome_1.66.1.tar.gz
+ sha256sums = 35bb835797f72da5387e444e53081f588342f454588431aaaf78d8c2a5daf7bf
pkgname = r-bsgenome
diff --git a/PKGBUILD b/PKGBUILD
index 8f60fc8bd6dd..ce983f63ee77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BSgenome
-_pkgver=1.66.0
+_pkgver=1.66.1
pkgname=r-${_pkgname,,}
-pkgver=1.66.0
+pkgver=1.66.1
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=('c370fbd55fcfca51590e0b81652617874a65fa1ec473559f769ef0af86d6be8d')
+sha256sums=('35bb835797f72da5387e444e53081f588342f454588431aaaf78d8c2a5daf7bf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"