summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cfc7ba57c34..47d2791e44ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-txdb.hsapiens.ucsc.hg38.knowngene
pkgdesc = Annotation package for TxDb object(s)
- pkgver = 3.17.0
+ pkgver = 3.18.0
pkgrel = 1
url = https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg38.knownGene
arch = any
@@ -8,7 +8,7 @@ pkgbase = r-txdb.hsapiens.ucsc.hg38.knowngene
depends = r
depends = r-annotationdbi
depends = r-genomicfeatures
- source = https://bioconductor.org/packages/release/data/annotation/src/contrib/TxDb.Hsapiens.UCSC.hg38.knownGene_3.17.0.tar.gz
- sha256sums = cb0c9b63c4068d19d7620bb41b79eed58f75903cf370415df93b366bb927ae91
+ source = https://bioconductor.org/packages/release/data/annotation/src/contrib/TxDb.Hsapiens.UCSC.hg38.knownGene_3.18.0.tar.gz
+ sha256sums = a509363b19906d67e45712f28e32f0423b7a889ec0d83b5555b2094a2553662a
pkgname = r-txdb.hsapiens.ucsc.hg38.knowngene
diff --git a/PKGBUILD b/PKGBUILD
index 578688a40997..3dce99839dfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TxDb.Hsapiens.UCSC.hg38.knownGene
-_pkgver=3.17.0
+_pkgver=3.18.0
pkgname=r-${_pkgname,,}
-pkgver=3.17.0
+pkgver=3.18.0
pkgrel=1
pkgdesc='Annotation package for TxDb object(s)'
arch=('any')
@@ -15,7 +15,7 @@ depends=(
r-genomicfeatures
)
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cb0c9b63c4068d19d7620bb41b79eed58f75903cf370415df93b366bb927ae91')
+sha256sums=('a509363b19906d67e45712f28e32f0423b7a889ec0d83b5555b2094a2553662a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"