summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2019-02-21 20:19:04 +0000
committerGrey Christoforo2019-02-21 20:19:04 +0000
commit21c51a0125883ebc383c3f5a2ef25c21fd2fbea2 (patch)
tree5ac3ebe43694185697dbf36e2515c6ca82672833 /PKGBUILD
parentad861546aaff304b27a28c322d38ff0a7d043c37 (diff)
downloadaur-21c51a0125883ebc383c3f5a2ef25c21fd2fbea2.tar.gz
fix package variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4de17c60310..eb6335e1dd5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgname=r-iranges
_bc_name=IRanges
pkgver=2.16.0
pkgrel=1
-pkgdesc="S4 generic functions needed by many Bioconductor packages."
-url="https://bioconductor.org/packages/release/bioc/html/BiocGenerics.html"
+pkgdesc="Infrastructure for manipulating intervals on sequences"
+url="https://bioconductor.org/packages/release/bioc/html/IRanges.html"
arch=("x86_64")
license=('Artistic-2.0')
depends=('r' 'r-utils' 'r-biocgenerics' 'r-s4vectors')