summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 19:21:48 +0000
committerBioArchLinuxBot2022-11-03 19:21:48 +0000
commit4b0124998a8e3af6c43103bae17e600b3d60489f (patch)
tree8e22b6358766a570e05f1e6ad4af647e68087832
parentab71a6fd66df786bde9f89b99d04329bd102b4e7 (diff)
downloadaur-4b0124998a8e3af6c43103bae17e600b3d60489f.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcd320a722e6..49c33707ae39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-epitxdb
pkgdesc = Storing and accessing epitranscriptomic information using the AnnotationDbi interface
- pkgver = 1.8.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/EpiTxDb
arch = any
@@ -34,7 +34,7 @@ pkgbase = r-epitxdb
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-txdb.hsapiens.ucsc.hg38.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/EpiTxDb_1.8.0.tar.gz
- sha256sums = ba5d8e8740888be2aede2b5457b23997c0d19776189edf8e80e1ca23031caa8b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/EpiTxDb_1.10.0.tar.gz
+ sha256sums = a55f7333ae84cad2d57488b270b66f38b70ac57000bd619356ad475b8eb55a94
pkgname = r-epitxdb
diff --git a/PKGBUILD b/PKGBUILD
index b1492932f50a..0ca7b98dfb8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=EpiTxDb
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='Storing and accessing epitranscriptomic information using the AnnotationDbi interface'
arch=('any')
@@ -43,7 +43,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg38.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ba5d8e8740888be2aede2b5457b23997c0d19776189edf8e80e1ca23031caa8b')
+sha256sums=('a55f7333ae84cad2d57488b270b66f38b70ac57000bd619356ad475b8eb55a94')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"