summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-07-11 00:01:03 +0000
committerBioArchLinuxBot2022-07-11 00:01:03 +0000
commit8c981abb09b153cc99b0264c35d2e3ca5569112c (patch)
tree6ca5c8b1daae2b21750d1eead3c0643a1d3e9cef /PKGBUILD
parentdca8f4f989d3d595a98f406526a11c1bda99bd7b (diff)
downloadaur-8c981abb09b153cc99b0264c35d2e3ca5569112c.tar.gz
[lilac] updated to 1.1.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b18485e1ae3e..6ea2e87db588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=available
-_pkgver=1.0.5
+_pkgver=1.1.0
pkgname=r-${_pkgname,,}
-pkgver=1.0.5
-pkgrel=4
+pkgver=1.1.0
+pkgrel=1
pkgdesc='Check if the Title of a Package is Available, Appropriate and Interesting'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -32,7 +32,7 @@ optdepends=(
r-usethis
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c59f6c1c92bb846ed7eedbfae02da4854129626716966c2b68a3aaa95dfd9ed6')
+sha256sums=('84b7546aab53b3a9de202526a0fd992f756807968e9cc98d3453f6d3f807dfc8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"