From b9224b2ac77a0d9b5f35fb89fef88fd6b3be2551 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Wed, 3 Apr 2024 06:03:48 +0000 Subject: [PATCH] r-smoother: auto updated to 1.3-1 --- BioArchLinux/r-smoother/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BioArchLinux/r-smoother/PKGBUILD b/BioArchLinux/r-smoother/PKGBUILD index 00286ec7ed..19547b44c1 100644 --- a/BioArchLinux/r-smoother/PKGBUILD +++ b/BioArchLinux/r-smoother/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Guoyi Zhang _pkgname=smoother -_pkgver=1.1 +_pkgver=1.3 pkgname=r-${_pkgname,,} -pkgver=1.1 -pkgrel=6 +pkgver=1.3 +pkgrel=1 pkgdesc='Functions Relating to the Smoothing of Numerical Data' arch=('any') url="https://cran.r-project.org/package=${_pkgname}" @@ -14,7 +14,7 @@ depends=( r-ttr ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('91b55b82f805cfa1deedacc0a4e844a2132aa59df593f3b05676954cf70a195b') +sha256sums=('e8df4bc88e9d95c30c66fc10e6b1b485626828b6d28ad1a52a20168736468277') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"