summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-04 18:01:08 +0000
committerBioArchLinuxBot2022-12-04 18:01:08 +0000
commit37da5f21907220164a9b491d786c0c59df257959 (patch)
tree3f850161cc0521c7bf4e5c9d0408f1e09fd275c6
parent9efbcc879f3bb4f8624eeedfa27654166616de4a (diff)
downloadaur-37da5f21907220164a9b491d786c0c59df257959.tar.gz
[lilac] updated to 0.1.50-10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e81338528c7..8f0ca3d32c2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-slam
pkgdesc = Sparse Lightweight Arrays and Matrices
pkgver = 0.1.50
- pkgrel = 4
+ pkgrel = 10
url = https://cran.r-project.org/package=slam
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e86d83eeb3ed..712915bef60e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
_pkgname=slam
_pkgver=0.1-50
pkgname=r-${_pkgname,,}
pkgver=0.1.50
-pkgrel=4
+pkgrel=10
pkgdesc='Sparse Lightweight Arrays and Matrices'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"