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 62624d416d69..feb3f2b0b52d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = r-ncmisc
pkgdesc = Miscellaneous Functions for Creating Adaptive Functions and Scripts
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=NCmisc
arch = any
license = GPL
depends = r
- depends = r-proftools
optdepends = r-kernsmooth
optdepends = r-matrix
source = https://cran.r-project.org/src/contrib/NCmisc_1.2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1c0d59b590f2..fec070b14e64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@ _pkgname=NCmisc
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=1.2.0
-pkgrel=1
+pkgrel=3
pkgdesc='Miscellaneous Functions for Creating Adaptive Functions and Scripts'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
license=('GPL')
depends=(
r
- r-proftools
)
optdepends=(
r-kernsmooth