summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 03:00:31 +0000
committerBioArchLinuxBot2023-04-27 03:00:31 +0000
commit3189e087aa5d549dba867d7dd7097b182420090b (patch)
treea4b70c0c3102f0acc8fc42d619fa4faca78efdf1 /PKGBUILD
parenta1d682b6f75ec60833d391d94de2914d831da5a9 (diff)
downloadaur-3189e087aa5d549dba867d7dd7097b182420090b.tar.gz
[lilac] updated to 1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b99db5daa6a0..c087fe36872f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scatterHatch
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.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=('dba07295844a1d9cee96228327ce8b698e1b63b6ee5c16dda04fdac450182f3a')
+sha256sums=('99c0a9bf38469ffbfa93882c62de5c1469cf8bab072efa7e722a21e55be316df')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"