summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42c797c02f7e..b9ca1f564370 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = r-rpref
pkgdesc = Database Preferences and Skyline Computation
pkgver = 1.4.0
- pkgrel = 3
+ pkgrel = 4
url = https://cran.r-project.org/package=rPref
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
+ depends = onetbb
depends = r-dplyr
depends = r-igraph
depends = r-lazyeval
diff --git a/PKGBUILD b/PKGBUILD
index 2e451b508e22..3e5ef974da81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@ _pkgname=rPref
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=4
pkgdesc="Database Preferences and Skyline Computation"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL)
+license=('GPL-2.0-or-later')
depends=(
+ onetbb
r-dplyr
r-igraph
r-lazyeval