diff options
author | BioArchLinuxBot | 2023-10-25 21:40:44 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-25 21:40:44 +0000 |
commit | 0a97b3f122a19fa14ced53272cd4deb279e0aeb8 (patch) | |
tree | 56c26c9f1486efb9da2178b67fbc17426c3971bc | |
parent | 596745ca007e5241162d09d25c4931c6410a3d82 (diff) | |
download | aur-0a97b3f122a19fa14ced53272cd4deb279e0aeb8.tar.gz |
[lilac] updated to 1.52.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-snpstats pkgdesc = SnpMatrix and XSnpMatrix classes and methods - pkgver = 1.50.0 + pkgver = 1.52.0 pkgrel = 1 url = https://bioconductor.org/packages/snpStats arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = r-snpstats depends = r-biocgenerics depends = r-zlibbioc optdepends = r-hexbin - source = https://bioconductor.org/packages/release/bioc/src/contrib/snpStats_1.50.0.tar.gz - sha256sums = d1acc240c37f62dc0866baa88609504592d63562e92a6422d2f05e35481252ec + source = https://bioconductor.org/packages/release/bioc/src/contrib/snpStats_1.52.0.tar.gz + sha256sums = d9af4679d0dcb74895b62825902925826b8303a2c674f884b1674b3ad2f69328 pkgname = r-snpstats @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=snpStats -_pkgver=1.50.0 +_pkgver=1.52.0 pkgname=r-${_pkgname,,} -pkgver=1.50.0 +pkgver=1.52.0 pkgrel=1 pkgdesc='SnpMatrix and XSnpMatrix classes and methods' arch=('x86_64') @@ -18,7 +18,7 @@ optdepends=( r-hexbin ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('d1acc240c37f62dc0866baa88609504592d63562e92a6422d2f05e35481252ec') +sha256sums=('d9af4679d0dcb74895b62825902925826b8303a2c674f884b1674b3ad2f69328') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |