diff options
author | BioArchLinuxBot | 2024-10-31 15:00:06 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 15:00:06 +0000 |
commit | 3991adb856380829d73c02e1a9ca0f3aa457331e (patch) | |
tree | 8c76e3f989bd88212d7d2c9e6ccabffc14287df8 /PKGBUILD | |
parent | c2a4dfa4d51760fde2fc2ba1090f9d82b52ba985 (diff) | |
download | aur-3991adb856380829d73c02e1a9ca0f3aa457331e.tar.gz |
[lilac] updated to 1.36.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=sevenbridges -_pkgver=1.34.0 +_pkgver=1.36.0 pkgname=r-${_pkgname,,} -pkgver=1.34.0 +pkgver=1.36.0 pkgrel=1 pkgdesc='Seven Bridges Platform API Client and Common Workflow Language Tool Builder in R' arch=('any') @@ -29,7 +29,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('eb8a7145f5d58ebaf0eca4adc383844651c3b22e777648afc0e18c7fd0dfc76f') +sha256sums=('10c9532ce6fc7d10ed979959abf9e57ccda8a435abae4ced846906717d3b0f2a') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |