mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-png: auto updated to 0.1.8-1
This commit is contained in:
parent
04c1a8b4dd
commit
983fb21cfa
1 changed files with 4 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue