mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-fastmatch: auto updated to 1.1.4-1
This commit is contained in:
parent
2dbe02004e
commit
58b022dbd1
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: Robert Greener <me@r0bert.dev>
|
||||
|
||||
_pkgname=fastmatch
|
||||
_pkgver=1.1-3
|
||||
_pkgver=1.1-4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.1.3
|
||||
pkgrel=10
|
||||
pkgver=1.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="Fast 'match()' Function"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -14,7 +14,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('1defa0b08bc3f48e4c3e4ba8df4f1b9e8299932fd8c747c67d32de44f90b9861')
|
||||
sha256sums=('9a914cac9c1ea2984bd44eebe421e1636504907a8064ae26347fe3ec2b9bd56b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue