From 00942b0cbd4f7d48a921dd3e3bcfbe9061aa1761 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Mon, 25 Sep 2023 00:01:23 +0000 Subject: [PATCH] r-prettyunits: auto updated to 1.2.0-1 --- BioArchLinux/r-prettyunits/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BioArchLinux/r-prettyunits/PKGBUILD b/BioArchLinux/r-prettyunits/PKGBUILD index 3c6d4cd979..963161284d 100644 --- a/BioArchLinux/r-prettyunits/PKGBUILD +++ b/BioArchLinux/r-prettyunits/PKGBUILD @@ -2,10 +2,10 @@ # Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com _pkgname=prettyunits -_pkgver=1.1.1 +_pkgver=1.2.0 pkgname=r-${_pkgname,,} -pkgver=1.1.1 -pkgrel=12 +pkgver=1.2.0 +pkgrel=1 pkgdesc='Pretty, Human Readable Formatting of Quantities' arch=('any') url="https://cran.r-project.org/package=${_pkgname}" @@ -19,7 +19,7 @@ optdepends=( r-testthat ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('9a199aa80c6d5e50fa977bc724d6e39dae1fc597a96413053609156ee7fb75c5') +sha256sums=('f059f27e2a5c82e351fe05b87ad712f7afc273c651450453f59d99af5deeacea') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"