mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-qdapregex: auto updated to 0.7.5-1
This commit is contained in:
parent
a39e507e66
commit
34a47ecd97
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=qdapRegex
|
||||
_pkgver=0.7.2
|
||||
_pkgver=0.7.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.7.2
|
||||
pkgrel=2
|
||||
pkgver=0.7.5
|
||||
pkgrel=1
|
||||
pkgdesc='Regular Expression Removal, Extraction, and Replacement Tools'
|
||||
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=('377d77e975b12593e8a38689664d80641946721fbb0e287353f20daf78c048f5')
|
||||
sha256sums=('0b931c66a9daf7aa492fca4fe994eea256b50e7a1bcdd399c120eecc99a7b1c1')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue