summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-25 00:08:57 +0000
committerBioArchLinuxBot2022-08-25 00:08:57 +0000
commitc7d989fbb055587b8d13134b35dd95a17ce2242a (patch)
treec3238a58d29bc31c4c0fb46cbcb98cab4030066f
parentb3b5f75d93c4cd71e3e3eb5fb82e9c80e0d34e6a (diff)
downloadaur-c7d989fbb055587b8d13134b35dd95a17ce2242a.tar.gz
[lilac] updated to 1.28.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c322e8704513..fc13c7f1b07a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-prostar
pkgdesc = Provides a GUI for DAPAR
- pkgver = 1.28.4
+ pkgver = 1.28.5
pkgrel = 1
url = https://bioconductor.org/packages/Prostar
arch = any
@@ -35,7 +35,7 @@ pkgbase = r-prostar
depends = r-xml
optdepends = r-biocstyle
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Prostar_1.28.4.tar.gz
- sha256sums = 564bba161d5b5715090629ecaca3af1575107b1cd4f48b1a88f56b45a9d08c70
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Prostar_1.28.5.tar.gz
+ sha256sums = 319eb07b8fcbecb1c436703e0789468c02fc26bb547eb12fe43c1380ee1a2235
pkgname = r-prostar
diff --git a/PKGBUILD b/PKGBUILD
index f220874918fc..16099d90729b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Prostar
-_pkgver=1.28.4
+_pkgver=1.28.5
pkgname=r-${_pkgname,,}
-pkgver=1.28.4
+pkgver=1.28.5
pkgrel=1
pkgdesc='Provides a GUI for DAPAR'
arch=('any')
@@ -44,7 +44,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('564bba161d5b5715090629ecaca3af1575107b1cd4f48b1a88f56b45a9d08c70')
+sha256sums=('319eb07b8fcbecb1c436703e0789468c02fc26bb547eb12fe43c1380ee1a2235')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"