mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-utf8: auto updated to 1.2.4-1
This commit is contained in:
parent
d043eab9da
commit
5d7df04ec7
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=utf8
|
||||
_pkgver=1.2.3
|
||||
_pkgver=1.2.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.3
|
||||
pkgrel=2
|
||||
pkgver=1.2.4
|
||||
pkgrel=1
|
||||
pkgdesc='Unicode Text Processing'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('c0a88686591f4ad43b52917d0964e9df4c62d8858fe25135a1bf357dfcbd6347')
|
||||
sha256sums=('418f824bbd9cd868d2d8a0d4345545c62151d321224cdffca8b1ffd98a167b7d')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue