summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-08 00:05:05 +0000
committerBioArchLinuxBot2023-10-08 00:05:05 +0000
commit71be73cf640321096f04f61cb7635d9818970625 (patch)
treeabe583faf5700248685d1cbc93387ada015600f2
parent1e6b37c0d7e0de5ac0eea09eab1b718a4d8ac99f (diff)
downloadaur-71be73cf640321096f04f61cb7635d9818970625.tar.gz
[lilac] updated to 2.12.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2a392a27270..de20c4c21a3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genomicscores
pkgdesc = Infrastructure to work with genomewide position-specific scores
- pkgver = 2.12.0
+ pkgver = 2.12.1
pkgrel = 1
url = https://bioconductor.org/packages/GenomicScores
arch = any
@@ -40,7 +40,7 @@ pkgbase = r-genomicscores
optdepends = r-snplocs.hsapiens.dbsnp144.grch37
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
optdepends = r-variantannotation
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicScores_2.12.0.tar.gz
- sha256sums = a66fc03f027ba34edc0db4ef4d32e2b975f07ac363641d9d5e1c7793974e10fd
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicScores_2.12.1.tar.gz
+ sha256sums = 5f43a5291a9a0bb9af1619dff9a76dc236e6e27d9e696bf83a5ff9b3b01a41af
pkgname = r-genomicscores
diff --git a/PKGBUILD b/PKGBUILD
index 7cc3239a6508..d6bf6a44584e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicScores
-_pkgver=2.12.0
+_pkgver=2.12.1
pkgname=r-${_pkgname,,}
-pkgver=2.12.0
+pkgver=2.12.1
pkgrel=1
pkgdesc='Infrastructure to work with genomewide position-specific scores'
arch=('any')
@@ -49,7 +49,7 @@ optdepends=(
r-variantannotation
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a66fc03f027ba34edc0db4ef4d32e2b975f07ac363641d9d5e1c7793974e10fd')
+sha256sums=('5f43a5291a9a0bb9af1619dff9a76dc236e6e27d9e696bf83a5ff9b3b01a41af')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"