mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rcppannoy: auto updated to 0.0.20-1
This commit is contained in:
parent
f41d8470e5
commit
1ea4bc7949
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=RcppAnnoy
|
||||
_pkgver=0.0.19
|
||||
_pkgver=0.0.20
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.0.19
|
||||
pkgrel=5
|
||||
pkgver=0.0.20
|
||||
pkgrel=1
|
||||
pkgdesc="'Rcpp' Bindings for 'Annoy', a Library for Approximate Nearest Neighbors"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ optdepends=(
|
|||
r-tinytest
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('89b209900516f3096b53c90937081fb8965c605c867aa465f1b3b68092b7688a')
|
||||
sha256sums=('dcc6c7e091154d0a5698472e0fc7ed77976941c7376d21e019c90c3efaeacf85')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue