summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-30 03:40:35 +0000
committerBioArchLinuxBot2023-04-30 03:40:35 +0000
commitcb3015bab5ba62dcf9566802f2700903174d77c5 (patch)
tree1e25c668070864c8c7c81a1e84231de8eb22f442 /PKGBUILD
parent06f5af1126cab7afee4e64572d0d739f5a5c9d2f (diff)
downloadaur-cb3015bab5ba62dcf9566802f2700903174d77c5.tar.gz
[lilac] updated to 1.25.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b541bd116d6..c5e0f2beec4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=alpine
-_pkgver=1.24.0
+_pkgver=1.25.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.25.0
pkgrel=1
pkgdesc='alpine'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c05db508e8a53e2fbfb11a0fe138977e5fa22da597840a683d4e300225e55666')
+sha256sums=('5948b0fccc3f73dc5ab1b61df3c81e44b812fd7506ef5401768050c9f031c407')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"