summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 05:44:08 +0000
committerBioArchLinuxBot2023-10-26 05:44:08 +0000
commitf8c43031ecfa99390621ed7128e551b96edcb408 (patch)
treea3afd394769ef2e0116036683d7935d47ad4dc8e
parentb9b724b3ef12619a8cd5f8bebdc090aeed617352 (diff)
downloadaur-f8c43031ecfa99390621ed7128e551b96edcb408.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffa2eb955219..56766e656878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tfutils
pkgdesc = TFutils
- pkgver = 1.20.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://bioconductor.org/packages/TFutils
arch = any
@@ -44,7 +44,7 @@ pkgbase = r-tfutils
optdepends = r-summarizedexperiment
optdepends = r-testthat
optdepends = r-upsetr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TFutils_1.20.0.tar.gz
- sha256sums = 404e15d26cfd5e3a339e8b9353ddffe1954674cfa32225578694a4e58336f449
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TFutils_1.22.0.tar.gz
+ sha256sums = 2ffe353d6fee1e87480cce7367cc774154267b51f88353edf7db692c668d3938
pkgname = r-tfutils
diff --git a/PKGBUILD b/PKGBUILD
index ecb3a6ae1587..35d567fab5d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TFutils
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='TFutils'
arch=('any')
@@ -53,7 +53,7 @@ optdepends=(
r-upsetr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('404e15d26cfd5e3a339e8b9353ddffe1954674cfa32225578694a4e58336f449')
+sha256sums=('2ffe353d6fee1e87480cce7367cc774154267b51f88353edf7db692c668d3938')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"