summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 01:27:58 +0000
committerBioArchLinuxBot2023-04-27 01:27:58 +0000
commite26d363f0fb9f8439fc843f37528066b4154ff51 (patch)
tree6c6d45cf674fd14a991a2691723349dddb56b2f5
parentb711808e7ca4e1901e0478c71f3c45a86d9a037f (diff)
downloadaur-e26d363f0fb9f8439fc843f37528066b4154ff51.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f77ab7bc00b6..8359dd1b8223 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.6.0
+ pkgver = 1.8.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.6.0.tar.gz
- sha256sums = 9094b95ceb21fbfc3b70b596363dc5efab1645de86732c17fa1da88a8fab1cf2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ModCon_1.8.0.tar.gz
+ sha256sums = c0ab933afda3c205fce9175de1cfc1ee1149145a2330f8b646ecacc710da28ef
pkgname = r-modcon
diff --git a/PKGBUILD b/PKGBUILD
index 3847a9605e5c..612f9d128302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ModCon
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.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=('9094b95ceb21fbfc3b70b596363dc5efab1645de86732c17fa1da88a8fab1cf2')
+sha256sums=('c0ab933afda3c205fce9175de1cfc1ee1149145a2330f8b646ecacc710da28ef')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"