mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-globals: auto updated to 0.16.3-1
This commit is contained in:
parent
17ab1a34ed
commit
2588b1a775
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||
|
||||
_pkgname=globals
|
||||
_pkgver=0.16.2
|
||||
_pkgver=0.16.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc="Identify Global Objects in R Expressions"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -15,8 +15,8 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('24b70f0930e18af126882a525a1c1599')
|
||||
b2sums=('4e71e242c6bc393c63f98a22c1c5a024470358653001d72f52b19a23b9dca8c1569dfe09154ccc2a1c9f9801375de78279e301ddfe8ba2f32897077c6f216a4c')
|
||||
md5sums=('79f5d4cfcb149b881b5b6e4bae618504')
|
||||
b2sums=('98be5ee72aabe858fd9c227ec024065d06f4084460971ec5eecc2c8464924add853427f2041dc8ecbad03275882a131c8f16cf05aa293ecc0bdf6c359136f529')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue