summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 08:29:51 +0000
committerBioArchLinuxBot2024-04-25 08:29:51 +0000
commitb7dd97541240eae01cae086df46a16b00a66116e (patch)
treeac59925a1227efcdfa4024de9fdfff8f1c4d212a
parentd2de6fbb8f6b02498dd30908658618e4cd3324b9 (diff)
downloadaur-b7dd97541240eae01cae086df46a16b00a66116e.tar.gz
[lilac] updated to 1.6.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4de328dc30cd..c39fc8e82c57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-raresim
pkgdesc = Simulation of Rare Variant Genetic Data
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/RAREsim
arch = any
- license = GPL3
+ license = GPL-3.0-only
checkdepends = r-testthat
depends = r-nloptr
optdepends = r-biocstyle
@@ -15,6 +15,6 @@ pkgbase = r-raresim
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/RAREsim_1.6.0.tar.gz
md5sums = 6ec5b86f348e2d4ffb365da80651041e
- sha256sums = 8fb2a823bf1b18ea70eb886ed8726c47896ac240156499e90943fd36f1de213f
+ b2sums = 69a42dad5f8ab11644d225e10bad7186e76d293f6c7437d93ead7ebc311876d1d41fe2baf7789f9f8668c81d4eb2e96edddcc3134db1e8c0ca915bb0fdd0fa27
pkgname = r-raresim
diff --git a/PKGBUILD b/PKGBUILD
index cd500cfef853..7ccdd28b42c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=RAREsim
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Simulation of Rare Variant Genetic Data"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(GPL3)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('GPL-3.0-only')
depends=(
r-nloptr
)
@@ -25,11 +25,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('6ec5b86f348e2d4ffb365da80651041e')
-sha256sums=('8fb2a823bf1b18ea70eb886ed8726c47896ac240156499e90943fd36f1de213f')
+b2sums=('69a42dad5f8ab11644d225e10bad7186e76d293f6c7437d93ead7ebc311876d1d41fe2baf7789f9f8668c81d4eb2e96edddcc3134db1e8c0ca915bb0fdd0fa27')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {