summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-08-17 00:01:59 +0000
committerBioArchLinuxBot2023-08-17 00:01:59 +0000
commit18bbad372e4cdd505f5863b2d39b36c88f00309c (patch)
tree09f885a5d133e08a1710bae4386bde5343d70e7b
parented626fb3ce711570147826fc7204df9c0c2f9c5f (diff)
downloadaur-18bbad372e4cdd505f5863b2d39b36c88f00309c.tar.gz
[lilac] updated to 1.60.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ec36b018967..b9c3a0a3373d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rtracklayer
pkgdesc = R interface to genome annotation files and the UCSC genome browser
- pkgver = 1.60.0
+ pkgver = 1.60.1
pkgrel = 1
url = https://bioconductor.org/packages/rtracklayer
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = r-rtracklayer
optdepends = r-org.hs.eg.db
optdepends = r-runit
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/rtracklayer_1.60.0.tar.gz
- sha256sums = 3555aa4cbe396e9f23b5f01f9b2461f99c89fc9a0396453cf5d6e066816bc83f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/rtracklayer_1.60.1.tar.gz
+ sha256sums = a8fd2aad0545ab11eb6e0cd69663d626ea66e0861c132c6ea7e2c98fbe16e01b
pkgname = r-rtracklayer
diff --git a/PKGBUILD b/PKGBUILD
index 0f4ef1a897a9..64bea5bdcbfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rtracklayer
-_pkgver=1.60.0
+_pkgver=1.60.1
pkgname=r-${_pkgname,,}
-pkgver=1.60.0
+pkgver=1.60.1
pkgrel=1
pkgdesc='R interface to genome annotation files and the UCSC genome browser'
arch=('x86_64')
@@ -40,7 +40,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3555aa4cbe396e9f23b5f01f9b2461f99c89fc9a0396453cf5d6e066816bc83f')
+sha256sums=('a8fd2aad0545ab11eb6e0cd69663d626ea66e0861c132c6ea7e2c98fbe16e01b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"