From f783395622388a8faf9d13390e16f78729454b33 Mon Sep 17 00:00:00 2001 From: Viktor Drobot Date: Sun, 5 Dec 2021 21:29:17 +0300 Subject: [PATCH] Fix PKGBUILD --- .SRCINFO | 3 +-- PKGBUILD | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1d69a4e33062..92b7454516ba 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 3deadbb12091..51e6ab4e3b56 100644 --- a/PKGBUILD +++ b/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" } -