summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:26:19 +0000
committerBioArchLinuxBot2024-05-01 20:26:19 +0000
commit181421aa657bcc08a1ae8e14f2a107dc508ee2d9 (patch)
tree8b343e9ccfbd69e38e1ff1ccd1001b77cd9945d8 /PKGBUILD
parent22199eac78be14a6392c28032a21f31b7d957b8d (diff)
downloadaur-r-scatterhatch.tar.gz
[lilac] updated to 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"