summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15c1416ab749..88d018c57500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = r-distributional
pkgdesc = Vectorised Probability Distributions
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=distributional
arch = any
license = GPL
depends = r
depends = r-digest
- depends = r-ellipsis
depends = r-farver
depends = r-generics
depends = r-ggplot2
diff --git a/PKGBUILD b/PKGBUILD
index 3f1f766a4c3e..b4ff1307988c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=distributional
_pkgver=0.3.1
pkgname=r-${_pkgname,,}
pkgver=0.3.1
-pkgrel=1
+pkgrel=3
pkgdesc='Vectorised Probability Distributions'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -12,7 +12,6 @@ license=('GPL')
depends=(
r
r-digest
- r-ellipsis
r-farver
r-generics
r-ggplot2