summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-31 00:07:08 +0000
committerBioArchLinuxBot2024-01-31 00:07:08 +0000
commit58d22e7e73f0458c4cdf7d5c52ad86fc8ac8d96f (patch)
tree29ab3e75febd9acc15fc664a82d5ddd7191b4f71 /PKGBUILD
parent9f7bd9045a77751d52de17d5f21f783c39c64cef (diff)
downloadaur-58d22e7e73f0458c4cdf7d5c52ad86fc8ac8d96f.tar.gz
[lilac] updated to 1.20.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9f259a4c6b0..210637016b5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tximeta
-_pkgver=1.20.2
+_pkgver=1.20.3
pkgname=r-${_pkgname,,}
-pkgver=1.20.2
+pkgver=1.20.3
pkgrel=1
pkgdesc='Transcript Quantification Import with Automatic Metadata'
arch=('any')
@@ -39,7 +39,7 @@ optdepends=(
r-tximportdata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b894e3fab4a60cc592f5bf2cb22c2917a959a84ca247fa61fb8d618ef80ccdc4')
+sha256sums=('c70f28a180880efe33aaae84b4ddfe234ace34b0a3fc87cc15865d0df72c9d42')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"