summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 02:14:48 +0000
committerBioArchLinuxBot2024-05-02 02:14:48 +0000
commitae5a966c7258b50072daa40254cf61ddd139aa91 (patch)
tree1435ab8dbab6deb378dc954aa1d5906a165e04b7
parentde8512ca3f56654cff9792041550aa2bd16e73d7 (diff)
downloadaur-r-genomicscores.tar.gz
[lilac] updated to 2.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d256d008427f..063f0a21ac36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genomicscores
pkgdesc = Infrastructure to work with genomewide position-specific scores
- pkgver = 2.14.3
+ pkgver = 2.16.0
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.14.3.tar.gz
- sha256sums = a98eb24b700041b8756aa8f15295a7018ae45d6698a5ac9e97e4435eea721e66
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicScores_2.16.0.tar.gz
+ sha256sums = 2a9e929c00706bdd18741413304f4bed0107b1dc26cb961363a14a91595c4a87
pkgname = r-genomicscores
diff --git a/PKGBUILD b/PKGBUILD
index 520c12986d8a..056c7924a446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicScores
-_pkgver=2.14.3
+_pkgver=2.16.0
pkgname=r-${_pkgname,,}
-pkgver=2.14.3
+pkgver=2.16.0
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=('a98eb24b700041b8756aa8f15295a7018ae45d6698a5ac9e97e4435eea721e66')
+sha256sums=('2a9e929c00706bdd18741413304f4bed0107b1dc26cb961363a14a91595c4a87')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"