mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-findpython: auto updated to 1.0.8-1
This commit is contained in:
parent
1bd7870a57
commit
8e8048520d
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=findpython
|
||||
_pkgver=1.0.7
|
||||
_pkgver=1.0.8
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.7
|
||||
pkgrel=8
|
||||
pkgver=1.0.8
|
||||
pkgrel=1
|
||||
pkgdesc='Functions to Find an Acceptable Python Binary'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('59f904b9c2ec84b589380de59d13afbf14d1ec3b670e3a07e820298aaf04c149')
|
||||
sha256sums=('0f8a90cbafd4949c0333a86808383a358fb7ec3268953d8a4887d5d22264cdb7')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue