summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclintval2018-06-10 13:25:02 -0700
committerclintval2018-06-10 13:25:02 -0700
commit182817509abcb0cf61a56fec3024ffee7a64f2e5 (patch)
tree82597de3062743b831c5778bdc28bf257375bbbc /PKGBUILD
parent935509ad32ed02ce927dcec99b1a060dfc26c330 (diff)
downloadaur-182817509abcb0cf61a56fec3024ffee7a64f2e5.tar.gz
Removed non-depend. and added real depend.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 209d1ccaa320..996c8738681a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _cranname=corpus
_cranver=0.10.0
pkgname="r-${_cranname}"
pkgver="${_cranver}"
-pkgrel=2
+pkgrel=3
pkgdesc="Corpus data analysis R tools with unicode support"
url="http://cran.r-project.org/web/packages/${_cranname}/index.html"
arch=('i686' 'x86_64')
license=('Apache-2.0')
-depends=('r>=3.0.1' 'r-knitr' 'r-testthat')
+depends=('r>=3.0.1' 'r-utf8')
conflicts=('r-corpus')
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
sha256sums=('7458f654757d096d1739147e43ba02358cfe5c9b14042d6ac622aa6575262831')