mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-uchardet: auto updated to 1.1.1-1
This commit is contained in:
parent
3f493bd0ee
commit
53aa5f5a8c
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=uchardet
|
||||
_pkgver=1.1.0
|
||||
_pkgver=1.1.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.1.0
|
||||
pkgrel=7
|
||||
pkgver=1.1.1
|
||||
pkgrel=1
|
||||
pkgdesc='The Universal Character Encoding Detector'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -20,7 +20,7 @@ optdepends=(
|
|||
r-tinytest
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3f51152380a3a7c79a9533291fcfcd799f0a5eae818dbdb03ef4cc6b0b89dbb6')
|
||||
sha256sums=('b23129aa6a8abdfb7118e8b469abdb9e4a3a1ccb9ca50627ec0d577d00f27d54')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue