summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 05:31:58 +0000
committerBioArchLinuxBot2023-10-27 05:31:58 +0000
commitae41acb2dbfdf945cbed90660490dc4e5a2ee8dc (patch)
treea05b2f6c637c338f73ad1b4a03e2ae84c2122d10 /PKGBUILD
parent92fbfc2699585a2370ea315d21f026d2d4dad6c9 (diff)
downloadaur-r-sesamedata.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3565519441b3..62fc277805e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=sesameData
-_pkgver=1.19.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.19.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Supporting Data for SeSAMe Package'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1356c9df15b47573b2eb03f5e3d6b879aa8ae2ee64f5d5729131228e27d71f7f')
+sha256sums=('5cbed033562b8394ae6f5a7c22935ae46cec51f1765c349dea31716a1b64bd28')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"