Fix PKGBUILD

This commit is contained in:
Viktor Drobot 2021-12-05 21:29:17 +03:00
parent b948a6c1fa
commit f783395622
No known key found for this signature in database
GPG key ID: 947BD5C2F2DC5571
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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"
}