Date: Saturday, June 30, 2018 @ 17:58:19 Author: felixonmars Revision: 327873
Python 3.7 rebuild Modified: libvoikko/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-30 17:57:37 UTC (rev 327872) +++ PKGBUILD 2018-06-30 17:58:19 UTC (rev 327873) @@ -5,7 +5,7 @@ pkgname=libvoikko pkgver=4.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A spelling and grammar checker, hyphenator and collection of related linguistic data for Finnish language" arch=(x86_64) url="http://voikko.sourceforge.net" @@ -28,7 +28,7 @@ cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - mkdir -p "$pkgdir"/usr/lib/python3.6/site-packages - cp python/libvoikko.py "$pkgdir"/usr/lib/python3.6/site-packages/libvoikko.py + mkdir -p "$pkgdir"/usr/lib/python3.7/site-packages + cp python/libvoikko.py "$pkgdir"/usr/lib/python3.7/site-packages/libvoikko.py }
