mirror of
https://github.com/archlinux/aur.git
synced 2026-03-11 22:11:38 +01:00
Fix PKGBUILD
This commit is contained in:
parent
b948a6c1fa
commit
f783395622
2 changed files with 2 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -5,8 +5,7 @@ pkgbase = r-later
|
|||
url = https://cran.r-project.org/package=later
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
license = GPL3
|
||||
license = MIT
|
||||
depends = r
|
||||
depends = r-rcpp>=0.12.9
|
||||
depends = r-rlang
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -8,7 +8,7 @@ pkgrel=1
|
|||
pkgdesc="Utilities for Scheduling Functions to Execute Later with Event Loops"
|
||||
arch=(i686 x86_64)
|
||||
url="https://cran.r-project.org/package=${_cranname}"
|
||||
license=(GPL2 GPL3)
|
||||
license=(MIT)
|
||||
depends=(r 'r-rcpp>=0.12.9' r-rlang)
|
||||
optdepends=(r-knitr r-rmarkdown r-testthat)
|
||||
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
|
||||
|
|
@ -23,4 +23,3 @@ package() {
|
|||
|
||||
cp -a --no-preserve=ownership "${_cranname}" "${pkgdir}/usr/lib/R/library"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue