summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 13:51:56 +0000
committerBioArchLinuxBot2022-11-26 13:51:56 +0000
commit66fe6f2720aedb27c708d69ec2cdc105fdc642d7 (patch)
tree77052b56ee37d080060f857f1e7bac26838f30a0
parent30c48c715e0744abc5e96378aab7af1bdb287da5 (diff)
downloadaur-66fe6f2720aedb27c708d69ec2cdc105fdc642d7.tar.gz
[lilac] updated to 1.12.0-3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a8b614bccd..6ac972c14ed7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = r-biotip
pkgdesc = BioTIP: An R package for characterization of Biological Tipping-Point
pkgver = 1.12.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/BioTIP
arch = any
license = GPL
depends = r
depends = r-genomicranges
- depends = r-hmisc
depends = r-igraph
depends = r-psych
- depends = r-stringr
depends = r-scran
+ depends = r-stringr
optdepends = r-base
optdepends = r-ggplot2
optdepends = r-knitr
diff --git a/PKGBUILD b/PKGBUILD
index 1597db3ef3e6..772fa2bd40cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=BioTIP
_pkgver=1.12.0
pkgname=r-${_pkgname,,}
pkgver=1.12.0
-pkgrel=1
+pkgrel=3
pkgdesc='BioTIP: An R package for characterization of Biological Tipping-Point'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -12,11 +12,10 @@ license=('GPL')
depends=(
r
r-genomicranges
- r-hmisc
r-igraph
r-psych
- r-stringr
r-scran
+ r-stringr
)
optdepends=(
r-base