summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 23:04:34 +0000
committerBioArchLinuxBot2024-04-24 23:04:34 +0000
commit2d294d3e92c12cae154a49f49fcb1d92a7ea581a (patch)
treeb04e42dd2acfb5912ded9048085dab5f61d08f69
parentc4397eadc6071d39f8b224260486005e705994d1 (diff)
downloadaur-2d294d3e92c12cae154a49f49fcb1d92a7ea581a.tar.gz
[lilac] updated to 1.40.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac88dcdab32e..73011c17b941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-breastcancervdx
pkgdesc = Gene expression datasets published by Wang et al. [2005] and Minn et al. [2007] (VDX)
pkgver = 1.40.0
- pkgrel = 2
+ pkgrel = 3
url = https://bioconductor.org/packages/breastCancerVDX
arch = any
- license = Artistic2.0
+ license = Artistic-2.0
depends = r
optdepends = r-biobase
optdepends = r-genefu
diff --git a/PKGBUILD b/PKGBUILD
index 7a79cf8b8ebb..f7fc91166070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=breastCancerVDX
_pkgver=1.40.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Gene expression datasets published by Wang et al. [2005] and Minn et al. [2007] (VDX)"
arch=(any)
url="https://bioconductor.org/packages/$_pkgname"
-license=(Artistic2.0)
+license=('Artistic-2.0')
depends=(
r
)