summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:13:20 +0000
committerBioArchLinuxBot2024-05-01 22:13:20 +0000
commitda9b0d7b0815c742880d250395e230b6d7d71a92 (patch)
treec80ef8cccd2855237f019d84d155009b8ce2449a /PKGBUILD
parentc1027b069a272fa03ded570f68a5642b1966cd3e (diff)
downloadaur-r-fastseg.tar.gz
[lilac] updated to 1.50.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49a5b4764289..8a2a50ff85e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fastseg
-_pkgver=1.48.0
+_pkgver=1.50.0
pkgname=r-${_pkgname,,}
-pkgver=1.48.0
-pkgrel=3
+pkgver=1.50.0
+pkgrel=1
pkgdesc='fastseg - a fast segmentation algorithm'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -24,7 +24,7 @@ optdepends=(
r-oligo
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('66887a292000ab12e6097fdca19765575d5ac684e5bd32c312bf7d7b60abe981')
+sha256sums=('4df86c840be7fab646a1792d394884c8963d5d91cbbd53f0215e8284cf3ff40d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"