r-png: auto updated to 0.1.8-1

This commit is contained in:
BioArchLinuxBot 2022-11-29 12:01:15 +00:00
parent 04c1a8b4dd
commit 983fb21cfa

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=png
_pkgver=0.1-7
_pkgver=0.1-8
pkgname=r-${_pkgname,,}
pkgver=0.1.7
pkgrel=9
pkgver=0.1.8
pkgrel=1
pkgdesc='Read and write PNG images'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -15,7 +15,7 @@ depends=(
libpng
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('e269ff968f04384fc9421d17cfc7c10cf7756b11c2d6d126e9776f5aca65553c')
sha256sums=('5a36fabb6d62ba2533d3fc4cececd07891942cfb76fe689ec0d550d08762f61c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"