mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-venn: auto updated to 1.12-1
This commit is contained in:
parent
a91853ac56
commit
e21a6fb146
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=venn
|
||||
_pkgver=1.11
|
||||
_pkgver=1.12
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.11
|
||||
pkgrel=3
|
||||
pkgver=1.12
|
||||
pkgrel=1
|
||||
pkgdesc='Draw Venn Diagrams'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,7 +19,7 @@ optdepends=(
|
|||
r-qca
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('33d915c7c90078f1e76e803fa3f02ab5b74dd04de7a9700477e51e0235f19314')
|
||||
sha256sums=('ed86b69bd99ceea93352a30699a0baba3fd8cdcde907a9476e92be202ad8721d')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue