diff options
author | BioArchLinuxBot | 2023-04-27 01:07:51 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 01:07:51 +0000 |
commit | de3abb6d7cb8ef16ae351cfdca67311ab581c857 (patch) | |
tree | 15ea0500866577e4bdc41fec3894c228a5725c99 /PKGBUILD | |
parent | 735abd08f0afa6680a5565e740f5c85015afd049 (diff) | |
download | aur-de3abb6d7cb8ef16ae351cfdca67311ab581c857.tar.gz |
[lilac] updated to 1.35.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=simpIntLists -_pkgver=1.34.0 +_pkgver=1.35.0 pkgname=r-${_pkgname,,} -pkgver=1.34.0 +pkgver=1.35.0 pkgrel=1 pkgdesc='The package contains BioGRID interactions for various organisms in a simple format' arch=('any') @@ -13,7 +13,7 @@ depends=( r ) source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('c2e334df85e840d01ddc6cd66432d78c99133d3aaa19b7fc1da3c73c2c1bc108') +sha256sums=('79b4492be1ab13419dfb88cbb42ead449e3e586ecd37f056d5d3c86e30e93876') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |