summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-12-05 21:29:17 +0300
committerViktor Drobot2021-12-05 21:29:17 +0300
commitf783395622388a8faf9d13390e16f78729454b33 (patch)
tree0c8c1cd7bc56570cbf73675f77142e6050541853
parentb948a6c1facc3f8f3c20527c596876b5c0abc25e (diff)
downloadaur-f783395622388a8faf9d13390e16f78729454b33.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
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"
}
-