summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 18:42:33 +0000
committerBioArchLinuxBot2023-10-25 18:42:33 +0000
commit51ec4e5463bdc2fad045a5572cba595dd7f52776 (patch)
treebd552b7279513efe085d4d91055cea068fd7ecf3
parent8140dc66aa61be11aca3077a9c869ba72b0f4a8a (diff)
downloadaur-51ec4e5463bdc2fad045a5572cba595dd7f52776.tar.gz
[lilac] updated to 1.60.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27aa51fe75bf..61b7dc4a1fa7 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.58.0
+ pkgver = 1.60.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.58.0.tar.gz
- sha256sums = 1118f15471b01fd35a37935c2c941965971466f0becc6ac4841b572f619dfa26
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/xmapbridge_1.60.0.tar.gz
+ sha256sums = 29347911d56347ef944cefac2a1c89f8dd3ced80bb8d31efb3b48b5011147e5d
pkgname = r-xmapbridge
diff --git a/PKGBUILD b/PKGBUILD
index 4aa77a34908a..6203f04dccc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=xmapbridge
-_pkgver=1.58.0
+_pkgver=1.60.0
pkgname=r-${_pkgname,,}
-pkgver=1.58.0
+pkgver=1.60.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=('1118f15471b01fd35a37935c2c941965971466f0becc6ac4841b572f619dfa26')
+sha256sums=('29347911d56347ef944cefac2a1c89f8dd3ced80bb8d31efb3b48b5011147e5d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"