summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-06-15 12:18:55 +0000
committerBioArchLinuxBot2022-06-15 12:18:55 +0000
commit7738a4efed1196e571fb30895aab765ab06dafeb (patch)
tree4d988f0547e4e03839ae6866282740719aaa11cd
parente316676a360274a7c130febab26ea80b57256f5c (diff)
downloadaur-r-strucchange.tar.gz
[lilac] updated to 1.5.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b92c03b0c0cd..68c4278e6d6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-strucchange
pkgdesc = Testing, Monitoring, and Dating Structural Changes
- pkgver = 1.5.2
- pkgrel = 4
+ pkgver = 1.5.3
+ pkgrel = 1
url = https://cran.r-project.org/package=strucchange
arch = x86_64
license = GPL
@@ -16,7 +16,7 @@ pkgbase = r-strucchange
optdepends = r-mvtnorm
optdepends = r-stats4
optdepends = r-tseries
- source = https://cran.r-project.org/src/contrib/strucchange_1.5-2.tar.gz
- sha256sums = 7d247c5ae6f5a63c80e478799d009c57fb8803943aa4286d05f71235cc1002f8
+ source = https://cran.r-project.org/src/contrib/strucchange_1.5-3.tar.gz
+ sha256sums = cac6b4028f68cc8d39202377161d0f7f72ea229b552a5c35769053ab89f90f86
pkgname = r-strucchange
diff --git a/PKGBUILD b/PKGBUILD
index c0ffd6bbcb64..70f05a0ced49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=strucchange
-_pkgver=1.5-2
+_pkgver=1.5-3
pkgname=r-${_pkgname,,}
-pkgver=1.5.2
-pkgrel=4
+pkgver=1.5.3
+pkgrel=1
pkgdesc='Testing, Monitoring, and Dating Structural Changes'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -25,7 +25,7 @@ optdepends=(
r-tseries
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7d247c5ae6f5a63c80e478799d009c57fb8803943aa4286d05f71235cc1002f8')
+sha256sums=('cac6b4028f68cc8d39202377161d0f7f72ea229b552a5c35769053ab89f90f86')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"