summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-03-19 19:36:02 +0300
committerViktor Drobot2020-03-19 19:36:02 +0300
commit6aa306a35d00ff3b4fac4930b4890ed1671b76a6 (patch)
tree5c806a4f92aeebfb0f8414c6ad3ae56f29fe412b /PKGBUILD
parentc00c4618b098bd4f39b46f972e836d88ada4f08f (diff)
downloadaur-6aa306a35d00ff3b4fac4930b4890ed1671b76a6.tar.gz
Update 3.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ff488984be0..0604617f7a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jooa <aur at (name) dot xyz>
_cranname=move
-_cranver=3.2.2
+_cranver=3.3.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,11 +10,11 @@ pkgdesc="Visualizing and Analyzing Animal Track Data"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL3)
-depends=('r>=2.15.0' 'r-geosphere>=1.4.3' r-sp 'r-raster>=2.4.15' r-rgdal r-httr r-memoise r-xml2 r-rcpp)
-makedepends=('gcc>=4.3')
-optdepends=(r-adehabitathr r-adehabitatlt r-circular r-ggmap r-mapproj r-maptools r-testthat)
+depends=('r>=3.5' 'r-geosphere>=1.4.3' r-sp 'r-raster>=2.4.15' r-rgdal r-httr r-memoise r-xml2 r-rcpp)
+makedepends=('gcc>=4.8')
+optdepends=(r-adehabitathr r-adehabitatlt r-circular r-ggmap r-mapproj r-maptools r-testthat r-knitr r-ggplot2 r-leaflet r-lubridate r-ctmm r-bcpa r-embc)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('017e0854f5ad83f995f7d5d46236b622')
+md5sums=('a9b895241a2a19215bd2ac8c1127b2ff')
build() {
cd "${srcdir}"