summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-27 06:59:34 +0000
committerBioArchLinuxBot2024-04-27 06:59:34 +0000
commita749d534c0d5da6c449617eac6916c60df21a19f (patch)
treedd4f887e12f07713f2795e01bb8a11d43bbb9c48
parent6cef26edd85cb6714d17ec2914ef019587a398b6 (diff)
downloadaur-a749d534c0d5da6c449617eac6916c60df21a19f.tar.gz
[lilac] updated to 1.0.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ac2e8ffbe25..cd0f08844652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-multirnaflow
pkgdesc = An R package for analysing RNA-seq raw counts with several biological conditions and different time points
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/MultiRNAflow
arch = any
- license = GPL3
+ license = GPL-3.0-only
checkdepends = r-testthat
depends = r-biobase
depends = r-complexheatmap
@@ -35,6 +35,6 @@ pkgbase = r-multirnaflow
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/MultiRNAflow_1.0.0.tar.gz
md5sums = cefc109896f4cb34b4ee6a09ae966f42
- sha256sums = 5e7e81f1e25b61abd3f2cdee0e39527ccd0b92a2029b3d88a148d905478378ed
+ b2sums = f177caeb4ada5c30e51d852e816b2bfaad64149e2b6cba1a287f0b799a000998684bb54f6bb77cb49050a507a5cee5c5b9456ae3084362519ff8e67045321e41
pkgname = r-multirnaflow
diff --git a/PKGBUILD b/PKGBUILD
index 1735da26afbb..7b16083b7360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=MultiRNAflow
_pkgver=1.0.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="An R package for analysing RNA-seq raw counts with several biological conditions and different time points"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(GPL3)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('GPL-3.0-only')
depends=(
r-biobase
r-complexheatmap
@@ -45,11 +45,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('cefc109896f4cb34b4ee6a09ae966f42')
-sha256sums=('5e7e81f1e25b61abd3f2cdee0e39527ccd0b92a2029b3d88a148d905478378ed')
+b2sums=('f177caeb4ada5c30e51d852e816b2bfaad64149e2b6cba1a287f0b799a000998684bb54f6bb77cb49050a507a5cee5c5b9456ae3084362519ff8e67045321e41')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {