summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 19:11:32 +0000
committerBioArchLinuxBot2022-11-03 19:11:32 +0000
commit55da6c223967ea3e553087da42ad296445bdf2fc (patch)
tree4a935da8a18a8428f1f6d8f74178afc8983bf0d5
parent0bf4039ad48af13a1a41ffa0096610b42b2f8462 (diff)
downloadaur-55da6c223967ea3e553087da42ad296445bdf2fc.tar.gz
[lilac] updated to 3.16.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bc80fe94b67..3d307b177579 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = r-txdb.hsapiens.ucsc.hg38.knowngene
pkgdesc = Annotation package for TxDb object(s)
- pkgver = 3.15.0
- pkgrel = 3
+ pkgver = 3.16.0
+ pkgrel = 1
url = https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg38.knownGene
arch = any
license = Artistic2.0
depends = r
depends = r-annotationdbi
depends = r-genomicfeatures
- source = https://bioconductor.org/packages/release/data/annotation/src/contrib/TxDb.Hsapiens.UCSC.hg38.knownGene_3.15.0.tar.gz
- sha256sums = e92069ef6ccf6ec5ab6395d195c9f83b11ef944012b0be06f1f6f13227c42ef9
+ source = https://bioconductor.org/packages/release/data/annotation/src/contrib/TxDb.Hsapiens.UCSC.hg38.knownGene_3.16.0.tar.gz
+ sha256sums = 67848860a3940adc8df2da13c0b19301656dfdb33ba238312ed0f9159dbdf0ce
pkgname = r-txdb.hsapiens.ucsc.hg38.knowngene
diff --git a/PKGBUILD b/PKGBUILD
index 72abcef5ca44..0b347dc73e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TxDb.Hsapiens.UCSC.hg38.knownGene
-_pkgver=3.15.0
+_pkgver=3.16.0
pkgname=r-${_pkgname,,}
-pkgver=3.15.0
-pkgrel=3
+pkgver=3.16.0
+pkgrel=1
pkgdesc='Annotation package for TxDb object(s)'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -15,7 +15,7 @@ depends=(
r-genomicfeatures
)
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e92069ef6ccf6ec5ab6395d195c9f83b11ef944012b0be06f1f6f13227c42ef9')
+sha256sums=('67848860a3940adc8df2da13c0b19301656dfdb33ba238312ed0f9159dbdf0ce')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"