summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 00:22:01 +0000
committerBioArchLinuxBot2024-05-02 00:22:01 +0000
commit21fb3a6e2dad3dc799531b3c6f874a34ca3f2d88 (patch)
treeda7f44e119a96e3b470f6645187fb2ac567ad95c /PKGBUILD
parentcec0f6a3f79b63f6fb0853963c2b861ead0607e3 (diff)
downloadaur-r-transite.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 ed51dacf8fb7..d218b46dcd71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=transite
-_pkgver=1.20.1
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.1
+pkgver=1.22.0
pkgrel=1
pkgdesc='RNA-binding protein motif analysis'
arch=('x86_64')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('550352e6ae6fe1831a2fca8c479f7d5a688969a1adb4ceb0de0c45ce770a3621')
+sha256sums=('c44e23df6b4e5259ccaf7f606adefc68bd373bdb383a910a66ac1c7224c02897')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"