summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-22 06:37:24 +0000
committerBioArchLinuxBot2023-04-22 06:37:24 +0000
commit699eeed7b155cd853ad3946384a940a83ed198b1 (patch)
treebda3701a9e1f9c57a427abaf2e887fb75958292b
parentdb318110f5fe53a69fa8e1b51b49193b1d8e446e (diff)
downloadaur-699eeed7b155cd853ad3946384a940a83ed198b1.tar.gz
[lilac] updated to 0.9.8-6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b14f3b14522..7b7f922f9103 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = r-matrix.utils
pkgdesc = Data.frame-Like Operations on Sparse and Dense Matrix Objects
pkgver = 0.9.8
- pkgrel = 4
+ pkgrel = 6
url = https://cran.r-project.org/package=Matrix.utils
arch = any
license = GPL
depends = r
depends = r-grr
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/Matrix.utils_0.9.8.tar.gz
+ source = https://cran.r-project.org/src/contrib/Archive/Matrix.utils/Matrix.utils_0.9.8.tar.gz
sha256sums = ebc59d3ef751775515586ff1f2396e429a1e9d91a10099d804134fcf74c0ae28
pkgname = r-matrix.utils
diff --git a/PKGBUILD b/PKGBUILD
index 55e32a9123bd..63ef5ab33cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=Matrix.utils
_pkgver=0.9.8
pkgname=r-${_pkgname,,}
pkgver=0.9.8
-pkgrel=4
+pkgrel=6
pkgdesc='Data.frame-Like Operations on Sparse and Dense Matrix Objects'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -16,7 +16,7 @@ depends=(
optdepends=(
r-testthat
)
-source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+source=("https://cran.r-project.org/src/contrib/Archive/${_pkgname}/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ebc59d3ef751775515586ff1f2396e429a1e9d91a10099d804134fcf74c0ae28')
build() {