diff options
author | Alex Branham | 2018-06-12 08:54:12 -0500 |
---|---|---|
committer | Alex Branham | 2018-06-12 08:54:12 -0500 |
commit | 171f699c543b5410fa662bda840afa98f74ca433 (patch) | |
tree | 8a8bcf52c4ef233c44ea40cc33bfc3bccdc0a25c /PKGBUILD | |
parent | 726c0e70f1e442439525b2ea8839c1b14b8d2d05 (diff) | |
download | aur-171f699c543b5410fa662bda840afa98f74ca433.tar.gz |
Upkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Alex Branham <branham@utexas.edu> _cranname=munsell -_cranver=0.4.3 +_cranver=0.5.0 _pkgtar=${_cranname}_${_cranver}.tar.gz pkgname=r-munsell pkgver=${_cranver//[:-]/.} @@ -14,7 +14,7 @@ depends=('r' 'r-colorspace') optdepends=('r-ggplot2' 'r-testthat') source=("https://cran.r-project.org/src/contrib/${_pkgtar}") -md5sums=('ebd205323dc37c948f499ee08be9c476') +md5sums=('b287f380a958399cfa12f665232e7f34') build(){ R CMD INSTALL ${_pkgtar} -l $srcdir |