diff options
author | BioArchLinuxBot | 2024-04-25 22:38:47 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-04-25 22:38:47 +0000 |
commit | f8f54a517eafd2e0a1eea9f80df02ef2cb82c90d (patch) | |
tree | b2481196f80ae2455426dc9571fb6ae9bc2f655f /PKGBUILD | |
parent | 1885321ad6f1c5803be698190ac1843667e4a95a (diff) | |
download | aur-r-plot3drgl.tar.gz |
[lilac] updated to 1.0.4-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6,22 +6,22 @@ _pkgname=plot3Drgl _pkgver=1.0.4 pkgname=r-${_pkgname,,} pkgver=${_pkgver//-/.} -pkgrel=1 +pkgrel=2 pkgdesc="Plotting Multi-Dimensional Data - Using 'rgl'" arch=(any) -url="https://cran.r-project.org/package=${_pkgname}" -license=(GPL3) +url="https://cran.r-project.org/package=$_pkgname" +license=('GPL-3.0-or-later') depends=( r-plot3d r-rgl ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") md5sums=('4703ef94b1a0b6eed095071d280ac1e4') -sha256sums=('6d87a9a32aba3aa64f751268cabd14dbd3e0eca2bd5f0a4b11366cd1e2f51bdd') +b2sums=('9d393e092cd4634630e516f9d04d3a3f0dc2007cc91fa1a2f5fe2c57652827c1840980c13a619af6d4d60ff1cf011daf89a0599be5b5082dfcf23cc987542ed5') build() { - mkdir -p build - R CMD INSTALL "$_pkgname" -l build + mkdir build + R CMD INSTALL -l build "$_pkgname" } package() { |