summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-28 16:46:35 +0000
committerBioArchLinuxBot2024-04-28 16:46:35 +0000
commitd3a0c55ee3c3db0fe7c81ba6fabfea1d9823cc6a (patch)
tree6e233abf24f8b65e37e6eb772ae9df276c93516f
parentf6148e356f73e263a600cb745496af8ec6214ef6 (diff)
downloadaur-r-geoexplorer.tar.gz
[lilac] updated to 1.8.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff0397db0e90..794afee09996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-geoexplorer
pkgdesc = a webserver for gene expression analysis and visualisation
pkgver = 1.8.0
- pkgrel = 2
+ pkgrel = 3
url = https://bioconductor.org/packages/GEOexplorer
arch = any
- license = GPL3
+ license = GPL-3.0-only
checkdepends = r-testthat
depends = r-biobase
depends = r-car
diff --git a/PKGBUILD b/PKGBUILD
index 9f8b1a46c33c..f92e5723b0cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgname=GEOexplorer
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="a webserver for gene expression analysis and visualisation"
arch=(any)
url="https://bioconductor.org/packages/$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
r-biobase
r-car