summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-28 20:35:04 +0000
committerBioArchLinuxBot2024-04-28 20:35:04 +0000
commita06cf6d66522a1f65ba14350c6191cba76d2faf4 (patch)
tree60b037ec15bf239e8eca0db9e2187825a3ae0913
parent986139a378fdd525c3207fc44903a92af273deeb (diff)
downloadaur-a06cf6d66522a1f65ba14350c6191cba76d2faf4.tar.gz
[lilac] updated to 0.48.0-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2b830cd16c1..d204aa5dcf74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = r-minfidata
pkgdesc = Example data for the Illumina Methylation 450k array
pkgver = 0.48.0
- pkgrel = 1
+ pkgrel = 2
url = https://bioconductor.org/packages/minfiData
arch = any
- license = Artistic2.0
+ license = Artistic-2.0
depends = r-illuminahumanmethylation450kanno.ilmn12.hg19
depends = r-illuminahumanmethylation450kmanifest
depends = r-minfi
source = https://bioconductor.org/packages/release/data/experiment/src/contrib/minfiData_0.48.0.tar.gz
md5sums = 1ca7578aeab1a54db146c443870be6e7
- sha256sums = 885fdbb81ab221226fdbf6f807efbb19854cbe46d5fd60f6d177a3f5c7f6908a
+ b2sums = b6816c8015890dddb13608a5c451c7bc33f0a98de8a44ca6bdbd278d8372d3ea2bc0d82705f108d52644d214b60f316e4ce64ef17d090b815de34577f757a4cd
pkgname = r-minfidata
diff --git a/PKGBUILD b/PKGBUILD
index 16769953651e..c19d5e430962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=minfiData
_pkgver=0.48.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Example data for the Illumina Methylation 450k array"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(Artistic2.0)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('Artistic-2.0')
depends=(
r-illuminahumanmethylation450kanno.ilmn12.hg19
r-illuminahumanmethylation450kmanifest
@@ -16,11 +16,11 @@ depends=(
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('1ca7578aeab1a54db146c443870be6e7')
-sha256sums=('885fdbb81ab221226fdbf6f807efbb19854cbe46d5fd60f6d177a3f5c7f6908a')
+b2sums=('b6816c8015890dddb13608a5c451c7bc33f0a98de8a44ca6bdbd278d8372d3ea2bc0d82705f108d52644d214b60f316e4ce64ef17d090b815de34577f757a4cd')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
package() {