summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 21:31:21 +0000
committerBioArchLinuxBot2024-04-25 21:31:21 +0000
commit2571583071a33fff4e88707f55cce2c5e63a9a02 (patch)
tree492021d17b52724b36cc2ba029c9492f9783d44f
parent4c3af0d237c07b76dba614ae4882fdfebaa9ec2b (diff)
downloadaur-2571583071a33fff4e88707f55cce2c5e63a9a02.tar.gz
[lilac] updated to 1.2.12-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62211bb50730..2bc37d81ae76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-sampleselection
pkgdesc = Sample Selection Models
pkgver = 1.2.12
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=sampleSelection
arch = any
- license = GPL
+ license = GPL-2.0-or-later
depends = r-formula
depends = r-maxlik
depends = r-misctools
@@ -15,6 +15,6 @@ pkgbase = r-sampleselection
optdepends = r-lmtest
source = https://cran.r-project.org/src/contrib/sampleSelection_1.2-12.tar.gz
md5sums = f64dba3ee084522778f3fe7f33c60ba4
- sha256sums = be0584c2a017843a2dbc34e9c42d7c5c15992e276bcc5c1b7b47382218e2a1aa
+ b2sums = 89f02a465c5409abdd1bce5073dd59a84cbbac1e87f4cee5739e965824cb626d1332bd2b58d388ca3bea3b402dd7dce61879dedce63b6be7af331a1e3791d54a
pkgname = r-sampleselection
diff --git a/PKGBUILD b/PKGBUILD
index 8f8ffc2e3ddf..d5409fd32588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=sampleSelection
_pkgver=1.2-12
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Sample Selection Models"
arch=(any)
-url="https://cran.r-project.org/package=${_pkgname}"
-license=(GPL)
+url="https://cran.r-project.org/package=$_pkgname"
+license=('GPL-2.0-or-later')
depends=(
r-formula
r-maxlik
@@ -23,11 +23,11 @@ optdepends=(
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('f64dba3ee084522778f3fe7f33c60ba4')
-sha256sums=('be0584c2a017843a2dbc34e9c42d7c5c15992e276bcc5c1b7b47382218e2a1aa')
+b2sums=('89f02a465c5409abdd1bce5073dd59a84cbbac1e87f4cee5739e965824cb626d1332bd2b58d388ca3bea3b402dd7dce61879dedce63b6be7af331a1e3791d54a')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
package() {