summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:05:02 +0000
committerBioArchLinuxBot2022-10-18 12:05:02 +0000
commitb76cb36ec1a20cb50ed27be7c934dfc2a1688201 (patch)
treeb38b0087d4f16778dadc01a0dd54b9cb13ab422e
parent1e2dfff33f080cf505a09a4e8cc12c91ad4d08f8 (diff)
downloadaur-b76cb36ec1a20cb50ed27be7c934dfc2a1688201.tar.gz
[lilac] updated to 1.1.1-11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b576e2e045ab..b0b986a70722 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-prettyunits
pkgdesc = Pretty, Human Readable Formatting of Quantities
pkgver = 1.1.1
- pkgrel = 5
+ pkgrel = 11
url = https://cran.r-project.org/package=prettyunits
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 849a651e7dec..11e5667adc56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=prettyunits
_pkgver=1.1.1
pkgname=r-${_pkgname,,}
pkgver=1.1.1
-pkgrel=5
+pkgrel=11
pkgdesc='Pretty, Human Readable Formatting of Quantities'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"