summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 18:13:50 +0000
committerBioArchLinuxBot2024-04-24 18:13:50 +0000
commit2213dd5b40d220c9247c33c9e9b347d5220be832 (patch)
treecc01bcd851965d6ffe747ccb3e2589d0b87d1d30 /PKGBUILD
parentcc944a05e299adfba8acf434408a6d71fe2f3b80 (diff)
downloadaur-r-prettyunits.tar.gz
[lilac] updated to 1.2.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01a335c047d6..64c5a2673277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgname=prettyunits
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Pretty, Human Readable Formatting of Quantities"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(MIT)
+license=('MIT')
depends=(
r
)