mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-kit: auto updated to 0.0.16-1
This commit is contained in:
parent
1d8c6dc938
commit
8e6369cd78
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||
|
||||
_pkgname=kit
|
||||
_pkgver=0.0.15
|
||||
_pkgver=0.0.16
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="Data Manipulation Functions Implemented in C"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -13,8 +13,8 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('29b1c1c591f4e3649153c81045e173a3')
|
||||
b2sums=('2d764095c8b36fc3c55e2f08b425bb873ecb996fb774228f08351b3a9861f78bfdbdd36cce79b988506d09b11e8a4b1851ce83f3638670dd01fc16a875147add')
|
||||
md5sums=('af551d3c95b2d509d6ee4bbc2545b199')
|
||||
b2sums=('e1180750b51eaa8a2b5377b70013de32d2aa72d15f448034217b1c97d225af1645d230002f43a21c97bd7e7f70c03902dfe90f01beb7e6b8c698ece508ef3756')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue