summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 19:23:43 +0000
committerBioArchLinuxBot2022-11-02 19:23:43 +0000
commit9c0dba15151d0e0c5ff89a5be621439670b06713 (patch)
tree9410149ee6ec1efd63adb7fcbef8bd59a138b42b
parent6eb734e29a1ef35c4a9b5a5f019837719ec81241 (diff)
downloadaur-9c0dba15151d0e0c5ff89a5be621439670b06713.tar.gz
[lilac] updated to 1.56.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24f9569ed894..16d8dda9727c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-xmapbridge
pkgdesc = Export plotting files to the xmapBridge for visualisation in X:Map
- pkgver = 1.54.0
+ pkgver = 1.56.0
pkgrel = 1
url = https://bioconductor.org/packages/xmapbridge
arch = any
@@ -8,7 +8,7 @@ pkgbase = r-xmapbridge
depends = r
optdepends = r-rcolorbrewer
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/xmapbridge_1.54.0.tar.gz
- sha256sums = 20bc67e2aa68957c9882836d746153494c6f45515f8313c5f8c5752e09eb76d8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/xmapbridge_1.56.0.tar.gz
+ sha256sums = 4743abe86231eb3699c016c37c2c9de154002ac7d1b89632ed44aa26561bb973
pkgname = r-xmapbridge
diff --git a/PKGBUILD b/PKGBUILD
index 8d793b8f60b2..2a3cfafc4b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=xmapbridge
-_pkgver=1.54.0
+_pkgver=1.56.0
pkgname=r-${_pkgname,,}
-pkgver=1.54.0
+pkgver=1.56.0
pkgrel=1
pkgdesc='Export plotting files to the xmapBridge for visualisation in X:Map'
arch=('any')
@@ -17,7 +17,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('20bc67e2aa68957c9882836d746153494c6f45515f8313c5f8c5752e09eb76d8')
+sha256sums=('4743abe86231eb3699c016c37c2c9de154002ac7d1b89632ed44aa26561bb973')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"