summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 16:50:31 +0000
committerBioArchLinuxBot2022-11-03 16:50:31 +0000
commit8a6ef59604afcd9c2acac7ca897232bf415355fa (patch)
treef725fd63d2e29e7bc12ec2f986397a67bc2a2b4c
parent410813c7fbedb1ac9b37936e1d9f8b99e3153a7b (diff)
downloadaur-8a6ef59604afcd9c2acac7ca897232bf415355fa.tar.gz
[lilac] updated to 1.66.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76d3aad712cc..b67e5e156df2 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.64.0
+ pkgver = 1.66.0
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.64.0.tar.gz
- sha256sums = ace392a9db183effb8a55c1f74719ef00dee5ea2da2af6f383af77e354cdf89d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BSgenome_1.66.0.tar.gz
+ sha256sums = c370fbd55fcfca51590e0b81652617874a65fa1ec473559f769ef0af86d6be8d
pkgname = r-bsgenome
diff --git a/PKGBUILD b/PKGBUILD
index 908fa8b1ba78..8f60fc8bd6dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BSgenome
-_pkgver=1.64.0
+_pkgver=1.66.0
pkgname=r-${_pkgname,,}
-pkgver=1.64.0
+pkgver=1.66.0
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=('ace392a9db183effb8a55c1f74719ef00dee5ea2da2af6f383af77e354cdf89d')
+sha256sums=('c370fbd55fcfca51590e0b81652617874a65fa1ec473559f769ef0af86d6be8d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"