summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-19 12:01:48 +0000
committerBioArchLinuxBot2022-08-19 12:01:48 +0000
commit84563b6d15d42ec3b2ec56586120ea269c428967 (patch)
treec48481e35eb7d4453425cb65bacc40caf0464f14 /PKGBUILD
parente6cef3c3567fdc63e5b142f353c54281822dbca7 (diff)
downloadaur-84563b6d15d42ec3b2ec56586120ea269c428967.tar.gz
[lilac] updated to 1.1.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d61f13482b5e..a6a5fbaf9e9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=hms
-_pkgver=1.1.1
+_pkgver=1.1.2
pkgname=r-${_pkgname,,}
-pkgver=1.1.1
-pkgrel=5
+pkgver=1.1.2
+pkgrel=1
pkgdesc='Pretty Time of Day'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6b5f30db1845c70d27b5de33f31caa487cdd0787cd80a4073375e5f482269062')
+sha256sums=('1ee6a9847336aaf58d3fcee5b56c290c2204e1213b6628862818419b2302bded')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"