summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:26:19 +0000
committerBioArchLinuxBot2024-05-01 20:26:19 +0000
commit181421aa657bcc08a1ae8e14f2a107dc508ee2d9 (patch)
tree8b343e9ccfbd69e38e1ff1ccd1001b77cd9945d8
parent22199eac78be14a6392c28032a21f31b7d957b8d (diff)
downloadaur-r-scatterhatch.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00a0f8ae409d..cb5d5aa712fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-scatterhatch
pkgdesc = Creates hatched patterns for scatterplots
- pkgver = 1.8.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/scatterHatch
arch = any
@@ -12,7 +12,7 @@ pkgbase = r-scatterhatch
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/scatterHatch_1.8.0.tar.gz
- sha256sums = 54b981df62a8e97c2a7aecd6d89a873ce4910cb9db495a3136abf516cd4674ea
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scatterHatch_1.10.0.tar.gz
+ sha256sums = a450a9f428716cf4fe01c309accfc3a16af6495ae1eef100b03f16e8a7e9aadf
pkgname = r-scatterhatch
diff --git a/PKGBUILD b/PKGBUILD
index 2d7e5d35e877..22da27c87942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scatterHatch
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='Creates hatched patterns for scatterplots'
arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('54b981df62a8e97c2a7aecd6d89a873ce4910cb9db495a3136abf516cd4674ea')
+sha256sums=('a450a9f428716cf4fe01c309accfc3a16af6495ae1eef100b03f16e8a7e9aadf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"