summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:19:02 +0000
committerBioArchLinuxBot2024-05-01 22:19:02 +0000
commit4e3ccb32babb159196fb0c956a20061cdc27241b (patch)
treea3078b611ba3a1afe2a11cfa6eec9b5d353f0673 /PKGBUILD
parentce1652ac3d651a1661c3d63c7b2e282e77b576f1 (diff)
downloadaur-r-target.tar.gz
[lilac] updated to 1.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ca48684f867..ce5cb990da71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=target
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Predict Combined Function of Transcription Factors'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ee135894447e1fd4a1198e1f5dfceb8bd5bafc4f1af4ef9a8df77adc1b3f0a4b')
+sha256sums=('d9fd92489bedf0021c0dbc5fd1526913baa61bcc8557dbb714d098c991ec38b3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"