mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-deldir: auto updated to 1.0.9-1
This commit is contained in:
parent
600ea64b57
commit
bb2dc3b05b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=deldir
|
||||
_pkgver=1.0-6
|
||||
_pkgver=1.0-9
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.6
|
||||
pkgrel=9
|
||||
pkgver=1.0.9
|
||||
pkgrel=1
|
||||
pkgdesc='Delaunay Triangulation and Dirichlet (Voronoi) Tessellation'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,7 +19,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('6df6d8325c607e0b7d63cbc53c29e774eff95ad4acf9c7ec8f70693b0505f8c5')
|
||||
sha256sums=('127a24ec3aa7e41e441d5b2f5654f3b59fbe47bf61ba8038d81a6110c8670687')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue