summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 18:02:57 +0000
committerBioArchLinuxBot2024-04-24 18:02:57 +0000
commitce686953fc81c67b235ce851d44fac443833cbf7 (patch)
treebfea006afcd169e0df2f033307482bebc9238cd2
parent3e9ec595b39c8b140c633452d232ed1742094b92 (diff)
downloadaur-r-glue.tar.gz
[lilac] updated to 1.7.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f6090846472..6d545fc01e0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-glue
pkgdesc = Interpreted String Literals
pkgver = 1.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://cran.r-project.org/package=glue
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3ae0c4a28278..60b0fcbc5a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ _pkgname=glue
_pkgver=1.7.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Interpreted String Literals"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(MIT)
+license=('MIT')
depends=(
r
)