diff options
author | BioArchLinuxBot | 2022-06-11 12:05:35 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-06-11 12:05:35 +0000 |
commit | 55140fe9a0ab0939423dc070d082d757ea15c807 (patch) | |
tree | b3c5bfc0e7aeb4a7a776a86d8b2389766d3694fe | |
parent | b64ceeb5ed29aede0884bf78433e46419e6e9c90 (diff) | |
download | aur-55140fe9a0ab0939423dc070d082d757ea15c807.tar.gz |
[lilac] updated to 0.1.8-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,13 +1,13 @@ pkgbase = r-htmlutils pkgdesc = Facilitates Automated HTML Report Creation - pkgver = 0.1.7 - pkgrel = 4 + pkgver = 0.1.8 + pkgrel = 1 url = https://cran.r-project.org/package=HTMLUtils arch = any license = GPL depends = r depends = r-r2html - source = https://cran.r-project.org/src/contrib/HTMLUtils_0.1.7.tar.gz - sha256sums = 812217968d7924806c63974108434ae534883ea6775c2d4db350fdaf6401c517 + source = https://cran.r-project.org/src/contrib/HTMLUtils_0.1.8.tar.gz + sha256sums = 3febe6d23c53ae0923ed0000586ae795de27a4132aa017b5490cf7bda267d0c9 pkgname = r-htmlutils @@ -1,10 +1,10 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=HTMLUtils -_pkgver=0.1.7 +_pkgver=0.1.8 pkgname=r-${_pkgname,,} -pkgver=0.1.7 -pkgrel=4 +pkgver=0.1.8 +pkgrel=1 pkgdesc='Facilitates Automated HTML Report Creation' arch=('any') url="https://cran.r-project.org/package=${_pkgname}" @@ -14,7 +14,7 @@ depends=( r-r2html ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('812217968d7924806c63974108434ae534883ea6775c2d4db350fdaf6401c517') +sha256sums=('3febe6d23c53ae0923ed0000586ae795de27a4132aa017b5490cf7bda267d0c9') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |