summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-26 16:47:01 +0000
committerBioArchLinuxBot2024-04-26 16:47:01 +0000
commit6e853ec87b31e696c4aeb07e12ef6c7ba88ff1cc (patch)
tree8fc4e40272435bf971d38db6e5b85135ff6e3fd3
parentc91109077ea8220984f5a64c26a689c064e280fe (diff)
downloadaur-r-cosia.tar.gz
[lilac] updated to 1.2.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 326ad11d74a1..b96e40af8342 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-cosia
pkgdesc = An Investigation Across Different Species and Tissues
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://bioconductor.org/packages/CoSIA
arch = any
license = MIT
@@ -34,6 +34,6 @@ pkgbase = r-cosia
optdepends = r-tidyverse
source = https://bioconductor.org/packages/release/bioc/src/contrib/CoSIA_1.2.0.tar.gz
md5sums = 217ff53ed0aac2ca3c2d91ce5237c111
- sha256sums = 11cdc5e047708b2c2a37cea00fcce76a61c73d158ef8241d81931b3210a2a791
+ b2sums = 3fcc3231673e0ee775689b136d0eb13b4589f16a0fdb12af2efc4ab9841daf864171ecbe3734dc08565d253e888a5f1c7d216d0b3ec845c333ef69acf952f183
pkgname = r-cosia
diff --git a/PKGBUILD b/PKGBUILD
index caa86e6c8c65..29f898d7a72f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=CoSIA
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="An Investigation Across Different Species and Tissues"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(MIT)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('MIT')
depends=(
r-annotationdbi
r-annotationtools
@@ -42,11 +42,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('217ff53ed0aac2ca3c2d91ce5237c111')
-sha256sums=('11cdc5e047708b2c2a37cea00fcce76a61c73d158ef8241d81931b3210a2a791')
+b2sums=('3fcc3231673e0ee775689b136d0eb13b4589f16a0fdb12af2efc4ab9841daf864171ecbe3734dc08565d253e888a5f1c7d216d0b3ec845c333ef69acf952f183')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
package() {