summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-27 02:20:58 +0000
committerBioArchLinuxBot2024-04-27 02:20:58 +0000
commit859cbc2fa226656baff9fef8b43efe9b7b36fec2 (patch)
tree9cde8292d3e5032882af4fa8a659b4f4f715461e
parent6c8a4d697e309316868f80d7a993e249c2c942d4 (diff)
downloadaur-859cbc2fa226656baff9fef8b43efe9b7b36fec2.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 302c33c082c8..7476bfdcd827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-phantasuslite
pkgdesc = Loading and annotation RNA-Seq counts matrices
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/phantasusLite
arch = any
license = MIT
@@ -20,6 +20,6 @@ pkgbase = r-phantasuslite
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/phantasusLite_1.0.0.tar.gz
md5sums = 5fe0e101ac53a89dd49e077d5fb4c07d
- sha256sums = 8a2f8cd5194d5e3c3626d2e80fb27a0f98cada91ec8c59d2466b744b0105055f
+ b2sums = c28a7ab9128ccff247761208e759b9c462e08cbb2e50d3057fe1e0e2aa2a801260dfc4ddb31be6fc9f1ea295b91f423ead3365064d6296aeaad2c5c16666394c
pkgname = r-phantasuslite
diff --git a/PKGBUILD b/PKGBUILD
index 7a0e9e20d274..e4e33d812b37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=phantasusLite
_pkgver=1.0.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Loading and annotation RNA-Seq counts matrices"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(MIT)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('MIT')
depends=(
r-biobase
r-data.table
@@ -30,11 +30,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('5fe0e101ac53a89dd49e077d5fb4c07d')
-sha256sums=('8a2f8cd5194d5e3c3626d2e80fb27a0f98cada91ec8c59d2466b744b0105055f')
+b2sums=('c28a7ab9128ccff247761208e759b9c462e08cbb2e50d3057fe1e0e2aa2a801260dfc4ddb31be6fc9f1ea295b91f423ead3365064d6296aeaad2c5c16666394c')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {