summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-26 16:11:53 +0000
committerBioArchLinuxBot2024-04-26 16:11:53 +0000
commit2349e60c2ef89d2ee574a79a2a3b7199ddf61ed4 (patch)
tree69de535c64b180ed9f506574686710415cda34eb
parent8c27eeebe67f4e793a0fba4d899c34ecf6cc8c4f (diff)
downloadaur-2349e60c2ef89d2ee574a79a2a3b7199ddf61ed4.tar.gz
[lilac] updated to 1.28.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 421dd1bd5094..326e88487e8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-fgsea
pkgdesc = Fast Gene Set Enrichment Analysis
pkgver = 1.28.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/fgsea
arch = x86_64
license = MIT
@@ -30,6 +30,6 @@ pkgbase = r-fgsea
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/fgsea_1.28.0.tar.gz
md5sums = 53b8ab8a13390a0920bc13eeba3aa1b8
- sha256sums = 14938064e7a492b9a0edb8ac068b107a86e613df232f58820984df672369d36b
+ b2sums = a1c4a1c702f629084de6c8dd60f3094fc1fc1ff15df2c3d5319e9bd303cc247e7a5bc321123c9bff5364002035cb5cf19ae8b161e5869c76a0026fc97e90fe8a
pkgname = r-fgsea
diff --git a/PKGBUILD b/PKGBUILD
index ffc5bb78a8a5..2302650f5513 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgname=fgsea
_pkgver=1.28.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Fast Gene Set Enrichment Analysis"
arch=(x86_64)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(MIT)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('MIT')
depends=(
r-biocparallel
r-cowplot
@@ -43,11 +43,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('53b8ab8a13390a0920bc13eeba3aa1b8')
-sha256sums=('14938064e7a492b9a0edb8ac068b107a86e613df232f58820984df672369d36b')
+b2sums=('a1c4a1c702f629084de6c8dd60f3094fc1fc1ff15df2c3d5319e9bd303cc247e7a5bc321123c9bff5364002035cb5cf19ae8b161e5869c76a0026fc97e90fe8a')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {