summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 21:40:44 +0000
committerBioArchLinuxBot2023-10-25 21:40:44 +0000
commit0a97b3f122a19fa14ced53272cd4deb279e0aeb8 (patch)
tree56c26c9f1486efb9da2178b67fbc17426c3971bc
parent596745ca007e5241162d09d25c4931c6410a3d82 (diff)
downloadaur-0a97b3f122a19fa14ced53272cd4deb279e0aeb8.tar.gz
[lilac] updated to 1.52.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 021141b8322d..6bc46bd98ed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 1cfc2aba85b9..474ecd1be25e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"