summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb7337933783..ad64692c4969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@ pkgname=r-biobase
_bc_name=Biobase
pkgver=2.42.0
pkgrel=1
-pkgdesc="S4 generic functions needed by many Bioconductor packages."
+pkgdesc="Functions that are needed by many other packages or which replace R functions."
url="https://bioconductor.org/packages/release/bioc/html/${_bc_name}.html"
arch=("x86_64")
license=('Artistic-2.0')
-depends=('r' 'r-biocgenerics')
+depends=('r' 'r-biocgenerics' 'r-utils')
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bc_name}_${pkgver}.tar.gz")
sha1sums=('747eb3eb144a92efd823734efc72969d6a5c939e')