summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-30 12:17:06 +0000
committerBioArchLinuxBot2024-04-30 12:17:06 +0000
commit4af09a613d36cd9993fbf86fb11fa53e27f949f3 (patch)
treef8b58bfc82b25441446e6b8d673bd0f67d58fd3b
parenta0e49ffcc5a5d344ab04e146e2cdfd4a88f75480 (diff)
downloadaur-4af09a613d36cd9993fbf86fb11fa53e27f949f3.tar.gz
[lilac] updated to 1.0.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1747933d6927..8afd6f21e7ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-gnosis
pkgdesc = Genomics explorer using statistical and survival analysis in R
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/GNOSIS
arch = any
license = MIT
@@ -35,6 +35,6 @@ pkgbase = r-gnosis
optdepends = r-rmarkdown
source = https://bioconductor.org/packages/release/bioc/src/contrib/GNOSIS_1.0.0.tar.gz
md5sums = e3cbf07a76da1ae0aa6e669bad2cb778
- sha256sums = ae75596cfc64be63f8c782b447c35bd8d1977c646374c861a4e32d65ff8c6037
+ b2sums = ed6d96c126542747ff9043200f89210af405e0dd397313e1d35be0d592be5fe0c1220403f78858367556dc783404282cc73cdfb6f25baad7c28b6898c3d0ceea
pkgname = r-gnosis
diff --git a/PKGBUILD b/PKGBUILD
index 4eca15201d97..9a44a45f2798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=GNOSIS
_pkgver=1.0.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Genomics explorer using statistical and survival analysis in R"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(MIT)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('MIT')
depends=(
r-car
r-cbioportaldata
@@ -43,11 +43,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('e3cbf07a76da1ae0aa6e669bad2cb778')
-sha256sums=('ae75596cfc64be63f8c782b447c35bd8d1977c646374c861a4e32d65ff8c6037')
+b2sums=('ed6d96c126542747ff9043200f89210af405e0dd397313e1d35be0d592be5fe0c1220403f78858367556dc783404282cc73cdfb6f25baad7c28b6898c3d0ceea')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
package() {