summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 19:14:34 +0000
committerBioArchLinuxBot2023-10-25 19:14:34 +0000
commit532a5b7f977daafdc5fce14b881d48aa1dc984af (patch)
tree0a06c3e906030161af331a85c25e0054b6765db1 /PKGBUILD
parent98225abb51a27df9dd353147864f9931909e1ff6 (diff)
downloadaur-532a5b7f977daafdc5fce14b881d48aa1dc984af.tar.gz
[lilac] updated to 1.68.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd9410851ea0..b77e815eb00b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TypeInfo
-_pkgver=1.66.0
+_pkgver=1.68.0
pkgname=r-${_pkgname,,}
-pkgver=1.66.0
+pkgver=1.68.0
pkgrel=1
pkgdesc='Optional Type Specification Prototype'
arch=('any')
@@ -16,7 +16,7 @@ optdepends=(
r-biobase
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fbc0e65704c19e88273ecb91b4f1db1ddc15c87442fb1be67441a843f2320ecc')
+sha256sums=('fa05cc4a02beb5c76294af5b9d311513aef63b06d6300cbda940c579224c49e4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"