summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:32:00 +0000
committerBioArchLinuxBot2024-04-24 19:32:00 +0000
commit64c85e4974054c6330a78fd0401c7ea79f11fc67 (patch)
treed43f8e35be29c0688b2967916309a0c4db07f966
parentd0776df0459e0901530c7c08e10ff2461472efab (diff)
downloadaur-64c85e4974054c6330a78fd0401c7ea79f11fc67.tar.gz
[lilac] updated to 1.5.7-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 738ba7864df9..7a589142cd69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = r-pcal1
pkgdesc = L1-Norm PCA Methods
pkgver = 1.5.7
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=pcaL1
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
depends = blas
depends = coin-or-clp
depends = lapack
depends = r
source = https://cran.r-project.org/src/contrib/pcaL1_1.5.7.tar.gz
md5sums = 3e92f99030a222ee3a6c93ca93d51c69
- sha256sums = 23043bf20d3e9c1499578686486c94c5f0cbbc879e4e3b9ea257f34224c1934c
+ b2sums = abe0db99571a5fe056c44be570cbf9b7a5f5804e1efe302a46f4ba77ec06e012e2a01ebf643ef70d93f5d75e5c02e32bd714ea51f2370bad0ed04ff74ac405ec
pkgname = r-pcal1
diff --git a/PKGBUILD b/PKGBUILD
index b239cb0b04c6..2c3b9c38d96f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=pcaL1
_pkgver=1.5.7
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="L1-Norm PCA Methods"
arch=(x86_64)
-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=(
blas
coin-or-clp
@@ -17,11 +17,11 @@ depends=(
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('3e92f99030a222ee3a6c93ca93d51c69')
-sha256sums=('23043bf20d3e9c1499578686486c94c5f0cbbc879e4e3b9ea257f34224c1934c')
+b2sums=('abe0db99571a5fe056c44be570cbf9b7a5f5804e1efe302a46f4ba77ec06e012e2a01ebf643ef70d93f5d75e5c02e32bd714ea51f2370bad0ed04ff74ac405ec')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
package() {