mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-zip: auto updated to 2.2.2-1
This commit is contained in:
parent
bd7a2b6ccd
commit
170bad0232
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
# Contributor: Alex Branham <branham@utexas.edu>
|
||||
|
||||
_pkgname=zip
|
||||
_pkgver=2.2.1
|
||||
_pkgver=2.2.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.2.1
|
||||
pkgrel=3
|
||||
pkgver=2.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="Cross-Platform 'zip' Compression"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('14873d0874813139411c120d8b209af71e4e087871eeb963f235411eb1061422')
|
||||
sha256sums=('e16cde23bb283efbe9b6bce19575c716c371d09033b42514471ccb444c0a8ea4')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue