summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 07:06:02 +0000
committerBioArchLinuxBot2024-04-25 07:06:02 +0000
commit6bbb6d97cbcbb3d3b2049ded21060267fec5cff6 (patch)
tree34201ad82d8132a770ea930fa394a491f5be7121
parent7c596b790fa458378fcc0f98d7f2cfeb040bd4b1 (diff)
downloadaur-6bbb6d97cbcbb3d3b2049ded21060267fec5cff6.tar.gz
[lilac] updated to 0.3.2-12
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 145d2cbcdc6a..824a2db523d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-ellipsis
pkgdesc = Tools for Working with ...
pkgver = 0.3.2
- pkgrel = 11
+ pkgrel = 12
url = https://cran.r-project.org/package=ellipsis
arch = x86_64
license = MIT
@@ -11,6 +11,6 @@ pkgbase = r-ellipsis
optdepends = r-testthat
source = https://cran.r-project.org/src/contrib/ellipsis_0.3.2.tar.gz
md5sums = c453b4514da3717af5d5b97f0e3d2415
- sha256sums = a90266e5eb59c7f419774d5c6d6bd5e09701a26c9218c5933c9bce6765aa1558
+ b2sums = 4dc77787aa019c720e96a6136a75b68a8ba94fd571cc2080c71188020f5c323712b23609c0cf22aba4eb2fcf75dd5d702c4c4ccfd442f15df6da8d9d7748260a
pkgname = r-ellipsis
diff --git a/PKGBUILD b/PKGBUILD
index 87c3d2e05bf1..d49aca96c7db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ _pkgname=ellipsis
_pkgver=0.3.2
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=11
+pkgrel=12
pkgdesc="Tools for Working with ..."
arch=(x86_64)
-url="https://cran.r-project.org/package=${_pkgname}"
-license=(MIT)
+url="https://cran.r-project.org/package=$_pkgname"
+license=('MIT')
depends=(
r-rlang
)
@@ -24,11 +24,11 @@ optdepends=(
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('c453b4514da3717af5d5b97f0e3d2415')
-sha256sums=('a90266e5eb59c7f419774d5c6d6bd5e09701a26c9218c5933c9bce6765aa1558')
+b2sums=('4dc77787aa019c720e96a6136a75b68a8ba94fd571cc2080c71188020f5c323712b23609c0cf22aba4eb2fcf75dd5d702c4c4ccfd442f15df6da8d9d7748260a')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {