summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:26:57 +0000
committerBioArchLinuxBot2022-10-18 12:26:57 +0000
commita68c9b7a8b69d151fe40be1510f39235e1069556 (patch)
treec7650db6d2a585107cd4a4117c098d6edbe04970
parentef481bdaad4981ddf70fbfcd0a8d8fbe75aefbc9 (diff)
downloadaur-a68c9b7a8b69d151fe40be1510f39235e1069556.tar.gz
[lilac] updated to 0.10.2-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a0fd545c411..14e27a8558be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-corpus
pkgdesc = Text Corpus Analysis
pkgver = 0.10.2
- pkgrel = 1
+ pkgrel = 4
url = https://cran.r-project.org/package=corpus
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index d1e865eb8d22..c30a1527bdd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: sukanka <su975853527@gmail.com>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Clint Valentine <valentine.clint@gmail.com>
_pkgname=corpus
_pkgver=0.10.2
pkgname=r-${_pkgname,,}
pkgver=0.10.2
-pkgrel=1
+pkgrel=4
pkgdesc='Text Corpus Analysis'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"