Date: Saturday, February 12, 2022 @ 15:17:15 Author: foxboron Revision: 1132863
upgpkg: python-nltk 3.7-1 Modified: python-nltk/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-12 15:16:24 UTC (rev 1132862) +++ PKGBUILD 2022-02-12 15:17:15 UTC (rev 1132863) @@ -4,7 +4,7 @@ # Contributor: Chris Baker <[email protected]> pkgname=python-nltk -pkgver=3.6.7 +pkgver=3.7 pkgrel=1 pkgdesc='Natural language processing in Python' arch=('any') @@ -17,7 +17,7 @@ 'python-numpy: used for calculations' 'python-matplotlib: used for plotting') source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz") -sha256sums=('650d9c48fd3c4c43822e330d5e970d5c9e5914b5e76e7a0b7d3ca792c779f1ae') +sha256sums=('2bd6a2666c3a257afd50b9ffd51c1e3c5f568c2a0451a46625ae934a3945cfb0') build() { cd nltk-$pkgver
