mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mapplots: auto updated to 1.5.2-1
This commit is contained in:
parent
bbf329fb87
commit
8a9138b99c
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=mapplots
|
||||
_pkgver=1.5.1
|
||||
_pkgver=1.5.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.5.1
|
||||
pkgrel=6
|
||||
pkgver=1.5.2
|
||||
pkgrel=1
|
||||
pkgdesc='Data Visualisation on Maps'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ optdepends=(
|
|||
r-shapefiles
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('37e96d34f37922180e07bb63b4514e07d42eee5bbf0885b278286ee48cf142a3')
|
||||
sha256sums=('ed0e151d6865549d1a10882984a7fb29bc89a7b94ad69e512f90937b981c8a18')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue