summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-27 10:51:47 -0500
committerAlex Branham2018-05-27 10:51:47 -0500
commite0685904c06172fab36d0096a0c26363da897f81 (patch)
treed61be324d1d7a08047c7abd496f3ffa21972b7c7
parentdef81abd164cb87b36dbd07c591f0c130c758ad8 (diff)
downloadaur-e0685904c06172fab36d0096a0c26363da897f81.tar.gz
Upkg: 2
- switch to https source - drop r-cran-lattice dependency, lattice is in [extra]/r
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf8e7c2e666e..540525f9ffe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = r-cran-zoo
pkgdesc = Methods for totally ordered indexed observations
pkgver = 1.8
-pkgrel = 1
+pkgrel = 2
url = https://cran.r-project.org/web/packages/zoo/index.html
arch = x86_64
license = GPL3
depends = r
-depends = r-cran-lattice
optdepends = r-cran-coda
optdepends = r-cran-chron
optdepends = r-cran-ggplot2
optdepends = r-cran-scales
optdepends = r-cran-timeDate
-source = http://cran.r-project.org/src/contrib/zoo_1.8-1.tar.gz
+source = https://cran.r-project.org/src/contrib/zoo_1.8-1.tar.gz
md5sums = bf8789b3a448b5bed39e54e027ee7c6a
pkgname = r-cran-zoo
+
diff --git a/PKGBUILD b/PKGBUILD
index 3ee0a9b75304..d1f59d0ed339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ pkgdesc="Methods for totally ordered indexed observations"
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
arch=('x86_64')
license=('GPL3')
-depends=('r'
- 'r-cran-lattice')
+depends=('r')
optdepends=('r-cran-coda'
'r-cran-chron'
# 'r-cran-DAAG'
@@ -25,11 +24,11 @@ optdepends=('r-cran-coda'
# 'r-cran-tseries'
# 'r-cran-xts'
)
-source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
+source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
md5sums=('bf8789b3a448b5bed39e54e027ee7c6a')
package() {
mkdir -p ${pkgdir}/usr/lib/R/library
- cd ${srcdir}
+ cd "${srcdir}"
R CMD INSTALL ${_cranname} -l ${pkgdir}/usr/lib/R/library
}