summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 00:36:37 +0000
committerBioArchLinuxBot2023-10-27 00:36:37 +0000
commite1e0c6c3c426030bf641640391d65f0b90471b47 (patch)
tree35abc253137c03efe4558196587c0a85fe94914f
parent87fec7d0d7fba62c95d8275699d041f6f082f645 (diff)
downloadaur-e1e0c6c3c426030bf641640391d65f0b90471b47.tar.gz
[lilac] updated to 1.8.9-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f31a3d2f967a..4f99e537110a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-plyr
pkgdesc = Tools for Splitting, Applying and Combining Data
pkgver = 1.8.9
- pkgrel = 1
+ pkgrel = 2
url = https://cran.r-project.org/package=plyr
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index da48a0c7eed5..db6c8c99c1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
# Contributor: Matt Frichtl <frichtlm@gmail.com>
# Contributor: wagnerflo <florian@wagner-flo.net>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
_pkgname=plyr
_pkgver=1.8.9
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for Splitting, Applying and Combining Data"
arch=(x86_64)
url="https://cran.r-project.org/package=${_pkgname}"