mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-fontawesome: auto updated to 0.3.0-1
This commit is contained in:
parent
a97f31bfd4
commit
842336d60b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=fontawesome
|
||||
_pkgver=0.2.2
|
||||
_pkgver=0.3.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.2.2
|
||||
pkgrel=4
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Easily Work with 'Font Awesome' Icons"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('572db64d1b3c9be301935e0ca7baec69f3a6e0aa802e23f1f224b3724259df64')
|
||||
sha256sums=('4deefcf4d4580d84213f863351c2a23c39adbd2f8762d7477ec2faa8235a1a31')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue