summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 01:57:48 +0000
committerBioArchLinuxBot2023-04-27 01:57:48 +0000
commita697dd1405ca806d10cd5bff3126805ad49b1299 (patch)
tree89d4dd0af389929afb0f366fb01a6a567bdd92a4
parentaf852b805b732603bcc9e83bda060346502b61f7 (diff)
downloadaur-a697dd1405ca806d10cd5bff3126805ad49b1299.tar.gz
[lilac] updated to 1.26.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6db9b9cd0ab..27ad72ad6d26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-geneplast
pkgdesc = Evolutionary and plasticity analysis of orthologous groups
- pkgver = 1.24.1
- pkgrel = 3
+ pkgver = 1.26.0
+ pkgrel = 1
url = https://bioconductor.org/packages/geneplast
arch = any
license = GPL
@@ -22,7 +22,7 @@ pkgbase = r-geneplast
optdepends = r-rmarkdown
optdepends = r-rtn
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/geneplast_1.24.1.tar.gz
- sha256sums = 547054c58084a4e964e627414a14ca1527dc9d1ff362d392ff3f8e2b8e92a704
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/geneplast_1.26.0.tar.gz
+ sha256sums = d51d3d4f6ad8105a7be9fb906ddbf53f1b18fa93b9c8a0119718af8585f43287
pkgname = r-geneplast
diff --git a/PKGBUILD b/PKGBUILD
index 302467421d65..3525d29d9454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=geneplast
-_pkgver=1.24.1
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.1
-pkgrel=3
+pkgver=1.26.0
+pkgrel=1
pkgdesc='Evolutionary and plasticity analysis of orthologous groups'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -31,7 +31,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('547054c58084a4e964e627414a14ca1527dc9d1ff362d392ff3f8e2b8e92a704')
+sha256sums=('d51d3d4f6ad8105a7be9fb906ddbf53f1b18fa93b9c8a0119718af8585f43287')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"