summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 05:41:19 +0000
committerBioArchLinuxBot2024-05-03 05:41:19 +0000
commitae98a5f41ce1cb17095b10624fc1160b04ed8970 (patch)
tree22721813ba648e90387b1880bbc74e8706269dc8
parentfc1f9ec2cfbe2d2e10e803a8a9d3dd359d876ac6 (diff)
downloadaur-r-karyoploter.tar.gz
[lilac] updated to 1.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 80dcdc3aaaa8..4e5496bb6987 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-karyoploter
pkgdesc = Plot customizable linear genomes displaying arbitrary data
- pkgver = 1.28.0
+ pkgver = 1.30.0
pkgrel = 1
url = https://bioconductor.org/packages/karyoploteR
arch = any
@@ -34,7 +34,7 @@ pkgbase = r-karyoploter
optdepends = r-testthat
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
optdepends = r-txdb.mmusculus.ucsc.mm10.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/karyoploteR_1.28.0.tar.gz
- sha256sums = 4118fadaba72b8493da7f38369b347ad416f98597d0302a131206950c4a5294b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/karyoploteR_1.30.0.tar.gz
+ sha256sums = cfcbb7dc8398854eda553a7f341648681bc0eae033e577c86a8c64d68aae97bc
pkgname = r-karyoploter
diff --git a/PKGBUILD b/PKGBUILD
index dfd0f3d46a01..c39a0ec9596b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=karyoploteR
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='Plot customizable linear genomes displaying arbitrary data'
arch=('any')
@@ -43,7 +43,7 @@ optdepends=(
r-txdb.mmusculus.ucsc.mm10.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4118fadaba72b8493da7f38369b347ad416f98597d0302a131206950c4a5294b')
+sha256sums=('cfcbb7dc8398854eda553a7f341648681bc0eae033e577c86a8c64d68aae97bc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"