Date: Saturday, May 14, 2016 @ 20:44:54 Author: arodseth Revision: 175396
New version Modified: nltk-data/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-14 18:18:51 UTC (rev 175395) +++ PKGBUILD 2016-05-14 18:44:54 UTC (rev 175396) @@ -1,17 +1,17 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Anton Bazhenov <anton.bazhenov at gmail> # Contributor: Michal Bozon <michal.bozon__at__gmail.com> pkgname=nltk-data -pkgver=3.0a3 +pkgver=3.2.1 pkgrel=1 pkgdesc='Corpora, grammars and other linguistic data for NLTK' arch=('any') -url='http://nltk.sourceforge.net/' +url='http://www.nltk.org/data.html' license=('custom') -makedepends=('unzip' 'python-nltk') +makedepends=('unzip' "python-nltk=$pkgver") source=('LICENSE') md5sums=('69998d5f493a60e7a1467b8003ab8e22')
