summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a57c895e5676..3b71161ab3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ORFik
-_pkgver=1.20.1
+_pkgver=1.20.2
pkgname=r-${_pkgname,,}
-pkgver=1.20.1
+pkgver=1.20.2
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=('3af30484e2bbb7c6179bd0a81acfeb67719390a8e8afb76c6e6f5ce72d41916f')
+sha256sums=('891e3ff7950fc2c46bcab1aa4b2b4695ae20b27705f41ef1aea609f54188afe1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"