summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 18:24:36 +0000
committerBioArchLinuxBot2023-04-27 18:24:36 +0000
commitb9b724b3ef12619a8cd5f8bebdc090aeed617352 (patch)
tree743c4d5689b7540734a04e543ded4f75829c37dd
parent46ebad5e54f6227b48cfe703ad790ff5466287a8 (diff)
downloadaur-b9b724b3ef12619a8cd5f8bebdc090aeed617352.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a23036abaf0..ffa2eb955219 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tfutils
pkgdesc = TFutils
- pkgver = 1.18.0
+ pkgver = 1.20.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.18.0.tar.gz
- sha256sums = ed2bec2c2f2be093f0958ff1a5a6f0e1dc519b5b09fb1b1dd27aba9ecb51eeea
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TFutils_1.20.0.tar.gz
+ sha256sums = 404e15d26cfd5e3a339e8b9353ddffe1954674cfa32225578694a4e58336f449
pkgname = r-tfutils
diff --git a/PKGBUILD b/PKGBUILD
index 34b4ec8e3116..ecb3a6ae1587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TFutils
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.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=('ed2bec2c2f2be093f0958ff1a5a6f0e1dc519b5b09fb1b1dd27aba9ecb51eeea')
+sha256sums=('404e15d26cfd5e3a339e8b9353ddffe1954674cfa32225578694a4e58336f449')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"