mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-blob: auto updated to 1.2.4-1
This commit is contained in:
parent
37111ed624
commit
a5a0fb86e0
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=blob
|
||||
_pkgver=1.2.3
|
||||
_pkgver=1.2.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.3
|
||||
pkgrel=4
|
||||
pkgver=1.2.4
|
||||
pkgrel=1
|
||||
pkgdesc="A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('2d88d683ee3d1b56b332b5c7769979b5d3994b5d9285ea634ec919576da3631b')
|
||||
sha256sums=('d08922ebc4147d930fe4762b1b289935217308c6d3fcaa5ae028ce3f5cf2728f')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue