summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2022-02-24 10:49:12 +0200
committerChristoph Fink2022-02-24 10:49:12 +0200
commit2add0ef2c073ef3bd11a38baf1934001ca6f3a1d (patch)
tree3a90fe58f54b9c80fd0d18821189e79522315abd /PKGBUILD
parent4ff69f24c85745293d098e0305c0b6b127046e68 (diff)
downloadaur-2add0ef2c073ef3bd11a38baf1934001ca6f3a1d.tar.gz
upgpkg: r-units 0.8.0-1
upstream release upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1886b127ca5..2955a982b40d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: peippo <christoph+aur@christophfink.com>
_cranname=units
-_cranver=0.7-2
+_cranver=0.8-0
pkgname=r-${_cranname,,}
pkgdesc="Measurement Units for R Vectors"
url="https://cran.r-project.org/package=units"
@@ -15,7 +15,7 @@ optdepends=("r-udunits2" "r-nistunits" "r-measurements" "r-xml2" "r-magrittr" "r
makedepends=()
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=("28bb0ff236abe2c25a0e330e8d9d5106")
+sha256sums=("9c46fe138e8c1c3d3a51268776412f02d09673656516148cccb71b1071beb21a")
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"