diff options
author | BioArchLinuxBot | 2023-04-27 02:55:28 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 02:55:28 +0000 |
commit | 1bb8bda84496bc57010971fa75a652a856a81f9d (patch) | |
tree | 8910a90191ee7c363611b5a33583abe3cabc0c1c /PKGBUILD | |
parent | 1e37a77181208d6c3336a137cc195430319a504e (diff) | |
download | aur-1bb8bda84496bc57010971fa75a652a856a81f9d.tar.gz |
[lilac] updated to 1.37.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=savR -_pkgver=1.36.0 +_pkgver=1.37.0 pkgname=r-${_pkgname,,} -pkgver=1.36.0 +pkgver=1.37.0 pkgrel=1 pkgdesc='Parse and analyze Illumina SAV files' arch=('any') @@ -22,7 +22,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('9e5e4aaaf34bd87d813cd72fdddc035695c537673c249c6d9b8f9a2ce493f3ac') +sha256sums=('aaa9fb13c19f25bc5152dc9e8940089fd1e793af1166d9ad87fcd6a6e3e1918f') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |