summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 09:13:01 +0000
committerBioArchLinuxBot2023-04-27 09:13:01 +0000
commit843a0bd37fe3b53c4a497dc8d1847048571a8b54 (patch)
treeb0eda789c91643679e717c3afb92fb62a77d3aad
parentd237b9fc905354f9db56602cdb97b6dc5b00c3b7 (diff)
downloadaur-843a0bd37fe3b53c4a497dc8d1847048571a8b54.tar.gz
[lilac] updated to 2.30.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31c82abc540d..3dcf6ad6875e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-chromdraw
pkgdesc = chromDraw is a R package for drawing the schemes of karyotypes in the linear and circular fashion.
- pkgver = 2.28.0
+ pkgver = 2.30.0
pkgrel = 1
url = https://bioconductor.org/packages/chromDraw
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = r-chromdraw
depends = r
depends = r-genomicranges
depends = r-rcpp
- source = https://bioconductor.org/packages/release/bioc/src/contrib/chromDraw_2.28.0.tar.gz
- sha256sums = 3982974e01676fd43c7906b71cf0f885b7b4ed86dfa15c813235971ab6408751
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/chromDraw_2.30.0.tar.gz
+ sha256sums = f16c41da908a3d593a165be16f1386eed77cb18ccfda0c3d393db74ebe5bea76
pkgname = r-chromdraw
diff --git a/PKGBUILD b/PKGBUILD
index ad4de66e0b9d..8da20e3732b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=chromDraw
-_pkgver=2.28.0
+_pkgver=2.30.0
pkgname=r-${_pkgname,,}
-pkgver=2.28.0
+pkgver=2.30.0
pkgrel=1
pkgdesc='chromDraw is a R package for drawing the schemes of karyotypes in the linear and circular fashion.'
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=(
r-rcpp
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3982974e01676fd43c7906b71cf0f885b7b4ed86dfa15c813235971ab6408751')
+sha256sums=('f16c41da908a3d593a165be16f1386eed77cb18ccfda0c3d393db74ebe5bea76')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"