summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 12:25:42 +0000
committerBioArchLinuxBot2022-11-26 12:25:42 +0000
commit7e280499fe08210c7a1748358ef710e31fd60fee (patch)
treea327ce44fd0999aaad35816f8dcffea3d1bc727e
parent4f14b1b5b0048a429b2dd290a9b39cefd7822282 (diff)
downloadaur-7e280499fe08210c7a1748358ef710e31fd60fee.tar.gz
[lilac] updated to 1.2.0-3
-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