summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:21:11 +0000
committerBioArchLinuxBot2024-05-01 22:21:11 +0000
commit78157565ad0fa42e42a5c429f0d7d808e11c9f82 (patch)
tree8f8b324c032988d431b54ad6a49d4ecfec28e417
parent04c0a4814fd37a9b8bc3842004d96acfc56cc273 (diff)
downloadaur-78157565ad0fa42e42a5c429f0d7d808e11c9f82.tar.gz
[lilac] updated to 1.48.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81f218d4b635..cb99fe8e8607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-transview
pkgdesc = Read density map construction and accession. Visualization of ChIPSeq and RNASeq data sets
- pkgver = 1.46.0
+ pkgver = 1.48.0
pkgrel = 1
url = https://bioconductor.org/packages/TransView
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = r-transview
optdepends = r-biocmanager
optdepends = r-pasillabamsubset
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TransView_1.46.0.tar.gz
- sha256sums = d5a48714c5fa0ef6ac55fc78dd302f6c12334fed5f90ae3a533fe3477b36cd4e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TransView_1.48.0.tar.gz
+ sha256sums = 77ca03bcf7cb2f210184ba7698c62f15a1f726a0e2e93feb31b57501758064ae
pkgname = r-transview
diff --git a/PKGBUILD b/PKGBUILD
index 22943f1b8cb6..a29209c37a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TransView
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.0
pkgrel=1
pkgdesc='Read density map construction and accession. Visualization of ChIPSeq and RNASeq data sets'
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d5a48714c5fa0ef6ac55fc78dd302f6c12334fed5f90ae3a533fe3477b36cd4e')
+sha256sums=('77ca03bcf7cb2f210184ba7698c62f15a1f726a0e2e93feb31b57501758064ae')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"