summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 19:37:34 +0000
committerBioArchLinuxBot2022-11-03 19:37:34 +0000
commitb68801f7b5eeb85ff6880334e9f4882000be31c8 (patch)
tree4ec5d048bd1c0ef405eda0d6cfbc23377e551e00
parentb56ffdccec125900eb86fbd602753d3fe6db950e (diff)
downloadaur-b68801f7b5eeb85ff6880334e9f4882000be31c8.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 178168e0b784..8969f57e6256 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-orfik
pkgdesc = Open Reading Frames in Genomics
- pkgver = 1.16.6
+ pkgver = 1.18.0
pkgrel = 1
url = https://bioconductor.org/packages/ORFik
arch = x86_64
@@ -38,7 +38,7 @@ pkgbase = r-orfik
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ORFik_1.16.6.tar.gz
- sha256sums = 419bd792d5806f736908931d80b952745430cc861e7d2bc63db6f475bef12b7a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ORFik_1.18.0.tar.gz
+ sha256sums = 7f0a610bd5c5185a24247f5cb69e8701e5a2ddd1f5bd31dd73350727cd23f7dd
pkgname = r-orfik
diff --git a/PKGBUILD b/PKGBUILD
index 99d6f97aef1d..4f1f6c27e5e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ORFik
-_pkgver=1.16.6
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.6
+pkgver=1.18.0
pkgrel=1
pkgdesc='Open Reading Frames in Genomics'
arch=('x86_64')
@@ -47,7 +47,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('419bd792d5806f736908931d80b952745430cc861e7d2bc63db6f475bef12b7a')
+sha256sums=('7f0a610bd5c5185a24247f5cb69e8701e5a2ddd1f5bd31dd73350727cd23f7dd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"