summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 05:44:08 +0000
committerBioArchLinuxBot2023-10-26 05:44:08 +0000
commitf8c43031ecfa99390621ed7128e551b96edcb408 (patch)
treea3afd394769ef2e0116036683d7935d47ad4dc8e /PKGBUILD
parentb9b724b3ef12619a8cd5f8bebdc090aeed617352 (diff)
downloadaur-r-tfutils.tar.gz
[lilac] updated to 1.22.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"