summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 20:55:30 +0000
committerBioArchLinuxBot2023-10-25 20:55:30 +0000
commit22199eac78be14a6392c28032a21f31b7d957b8d (patch)
treee466c8dfdcc72a4857e04f9f559310311a878488
parent3189e087aa5d549dba867d7dd7097b182420090b (diff)
downloadaur-22199eac78be14a6392c28032a21f31b7d957b8d.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 127cecf63ff2..00a0f8ae409d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-scatterhatch
pkgdesc = Creates hatched patterns for scatterplots
- pkgver = 1.6.0
+ pkgver = 1.8.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.6.0.tar.gz
- sha256sums = 99c0a9bf38469ffbfa93882c62de5c1469cf8bab072efa7e722a21e55be316df
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scatterHatch_1.8.0.tar.gz
+ sha256sums = 54b981df62a8e97c2a7aecd6d89a873ce4910cb9db495a3136abf516cd4674ea
pkgname = r-scatterhatch
diff --git a/PKGBUILD b/PKGBUILD
index c087fe36872f..2d7e5d35e877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scatterHatch
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.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=('99c0a9bf38469ffbfa93882c62de5c1469cf8bab072efa7e722a21e55be316df')
+sha256sums=('54b981df62a8e97c2a7aecd6d89a873ce4910cb9db495a3136abf516cd4674ea')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"