From 5e50ca7607741a86f1877e81018d75a2475689a1 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Thu, 28 Sep 2023 12:01:21 +0000 Subject: [PATCH] r-plottools: auto updated to 0.2.1-1 --- BioArchLinux/r-plottools/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/r-plottools/PKGBUILD b/BioArchLinux/r-plottools/PKGBUILD index b022303427..000fbae3e9 100644 --- a/BioArchLinux/r-plottools/PKGBUILD +++ b/BioArchLinux/r-plottools/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: sukanka _pkgname=PlotTools -_pkgver=0.2.0 +_pkgver=0.2.1 pkgname=r-${_pkgname,,} -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc='Add Continuous Legends to Plots' arch=('any') @@ -20,7 +20,7 @@ optdepends=( r-vdiffr ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('e0279af52bfb92da74771ca0b9cf499cf8c592b594e4a0c020996b64ed44a902') +sha256sums=('8cf04d3356c7f5c51ab338c63c9d4ae1301f6b81ff32462f9a333e26fa2ab13e') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"