From 6213f408983461b894e7a4a7083ed0028305016d Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Thu, 27 Jan 2022 21:26:37 +0000 Subject: [PATCH] r-cowplot: auto updated to 1.1.1-1 --- BioArchLinux/r-cowplot/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/r-cowplot/PKGBUILD b/BioArchLinux/r-cowplot/PKGBUILD index 3d9258b1f7..fa5d11eee8 100644 --- a/BioArchLinux/r-cowplot/PKGBUILD +++ b/BioArchLinux/r-cowplot/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=cowplot _pkgver=1.1.1 pkgname=r-${_pkgname,,} -pkgver=${_pkgver//[:-]/.} +pkgver=1.1.1 pkgrel=1 pkgdesc="Streamlined Plot Theme and Plot Annotations for 'ggplot2'" arch=('any') @@ -36,7 +36,7 @@ optdepends=( r-venndiagram ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('a') +sha256sums=('c7dce625b456dffc59ba100c816e16226048d12fdd29a7335dc1f6f6e12eed48') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"