Date: Monday, September 20, 2021 @ 20:54:16 Author: felixonmars Revision: 1019734
upgpkg: python-nltk 3.6.3-1 Modified: python-nltk/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-20 20:53:08 UTC (rev 1019733) +++ PKGBUILD 2021-09-20 20:54:16 UTC (rev 1019734) @@ -4,8 +4,8 @@ # Contributor: Chris Baker <[email protected]> pkgname=python-nltk -pkgver=3.6.2 -pkgrel=4 +pkgver=3.6.3 +pkgrel=1 pkgdesc='Natural language processing in Python' arch=('any') url='https://www.nltk.org/' @@ -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=('d0f9d9a82cd3d7cdab34f57eb23ea6595e12da5c4c7a35a2864258c222eca74b') +sha256sums=('9524a4efd0f40c73914de0d5ff402f198ed559cf725f8e09588b0d8237c808c3') build() { cd nltk-$pkgver
