summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 14:20:01 +0000
committerBioArchLinuxBot2024-04-25 14:20:01 +0000
commitb03527c3b0cb8f99ab565fae9039c4c36f503d35 (patch)
tree0679a062fe772648c53327c90b32845bed7931d8
parent4193be85ad7666ff22ec90bdd52aa771561645ac (diff)
downloadaur-r-palr.tar.gz
[lilac] updated to 0.4.0-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07e1541a1ecf..70bd85ad0996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-palr
pkgdesc = Colour Palettes for Data
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://cran.r-project.org/package=palr
arch = any
- license = GPL3
+ license = GPL-3.0-only
checkdepends = r-raster
checkdepends = r-stars
checkdepends = r-testthat
@@ -18,6 +18,6 @@ pkgbase = r-palr
optdepends = r-viridis
source = https://cran.r-project.org/src/contrib/palr_0.4.0.tar.gz
md5sums = a58440cad133ba506d936d997b82cdc0
- sha256sums = c65d3da61f73f17cfcb8aa65a3acfbd193f3b029addd5d5247a0a9ab2a395eb5
+ b2sums = a4a22488c04c1260da05f1796700d4444f82c8d8baac3b61b0a3661567ab85deda489494110390dc131a3cd6fc9491ed811d5abb218b68e62c54da87d58e5a66
pkgname = r-palr
diff --git a/PKGBUILD b/PKGBUILD
index 300b191c82b6..a1fabb09bb89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=palr
_pkgver=0.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Colour Palettes for Data"
arch=(any)
-url="https://cran.r-project.org/package=${_pkgname}"
-license=(GPL3)
+url="https://cran.r-project.org/package=$_pkgname"
+license=('GPL-3.0-only')
depends=(
r
)
@@ -28,11 +28,11 @@ optdepends=(
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('a58440cad133ba506d936d997b82cdc0')
-sha256sums=('c65d3da61f73f17cfcb8aa65a3acfbd193f3b029addd5d5247a0a9ab2a395eb5')
+b2sums=('a4a22488c04c1260da05f1796700d4444f82c8d8baac3b61b0a3661567ab85deda489494110390dc131a3cd6fc9491ed811d5abb218b68e62c54da87d58e5a66')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {