summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-12 08:54:12 -0500
committerAlex Branham2018-06-12 08:54:12 -0500
commit171f699c543b5410fa662bda840afa98f74ca433 (patch)
tree8a8bcf52c4ef233c44ea40cc33bfc3bccdc0a25c
parent726c0e70f1e442439525b2ea8839c1b14b8d2d05 (diff)
downloadaur-171f699c543b5410fa662bda840afa98f74ca433.tar.gz
Upkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c110784c6e32..0eed00aa7710 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-munsell
pkgdesc = Utilities for Using Munsell Colours
- pkgver = 0.4.3
+ pkgver = 0.5.0
pkgrel = 1
url = https://cran.r-project.org/package=munsell
arch = any
@@ -9,8 +9,8 @@ pkgbase = r-munsell
depends = r-colorspace
optdepends = r-ggplot2
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/munsell_0.4.3.tar.gz
- md5sums = ebd205323dc37c948f499ee08be9c476
+ source = https://cran.r-project.org/src/contrib/munsell_0.5.0.tar.gz
+ md5sums = b287f380a958399cfa12f665232e7f34
pkgname = r-munsell
diff --git a/PKGBUILD b/PKGBUILD
index 4d40731180e5..2c3a718e7e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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