summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 14:22:16 +0000
committerBioArchLinuxBot2022-11-03 14:22:16 +0000
commit46ebad5e54f6227b48cfe703ad790ff5466287a8 (patch)
tree395a1a92c5526b364fc9670547ab0ce0aa7097f5
parentf9e5330f855a60acabc01e10cf5ac305f1f8e9a8 (diff)
downloadaur-46ebad5e54f6227b48cfe703ad790ff5466287a8.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23f68ac6a832..8a23036abaf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tfutils
pkgdesc = TFutils
- pkgver = 1.16.0
+ pkgver = 1.18.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.16.0.tar.gz
- sha256sums = 497e98094a5d53a7e172d8e5917806a63e364e5dfb47401d21b051648cec9fab
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TFutils_1.18.0.tar.gz
+ sha256sums = ed2bec2c2f2be093f0958ff1a5a6f0e1dc519b5b09fb1b1dd27aba9ecb51eeea
pkgname = r-tfutils
diff --git a/PKGBUILD b/PKGBUILD
index e4832eb14143..34b4ec8e3116 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TFutils
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.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=('497e98094a5d53a7e172d8e5917806a63e364e5dfb47401d21b051648cec9fab')
+sha256sums=('ed2bec2c2f2be093f0958ff1a5a6f0e1dc519b5b09fb1b1dd27aba9ecb51eeea')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"