summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 19:38:13 +0000
committerBioArchLinuxBot2022-11-02 19:38:13 +0000
commitb711808e7ca4e1901e0478c71f3c45a86d9a037f (patch)
tree7eb6a120ebf7c849950fe3074187157005bc57ea
parentac8388b7046603ea51735c17bdd4ec7165e90c16 (diff)
downloadaur-b711808e7ca4e1901e0478c71f3c45a86d9a037f.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ef5e1ce804d..f77ab7bc00b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-modcon
pkgdesc = Modifying splice site usage by changing the mRNP code, while maintaining the genetic code
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/ModCon
arch = any
@@ -17,7 +17,7 @@ pkgbase = r-modcon
optdepends = r-shinyfiles
optdepends = r-shinyjs
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ModCon_1.4.0.tar.gz
- sha256sums = 10595f961354ec444c7c53f649feabb8bc463f62d00c0881375a8bf19fca69ab
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ModCon_1.6.0.tar.gz
+ sha256sums = 9094b95ceb21fbfc3b70b596363dc5efab1645de86732c17fa1da88a8fab1cf2
pkgname = r-modcon
diff --git a/PKGBUILD b/PKGBUILD
index b010b2368b80..3847a9605e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ModCon
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='Modifying splice site usage by changing the mRNP code, while maintaining the genetic code'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('10595f961354ec444c7c53f649feabb8bc463f62d00c0881375a8bf19fca69ab')
+sha256sums=('9094b95ceb21fbfc3b70b596363dc5efab1645de86732c17fa1da88a8fab1cf2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"